Skip to content

Commit

Permalink
🚧Fix release workflow (#49)
Browse files Browse the repository at this point in the history
* Start owrk for issue #40

* ci: workflow fixed
  • Loading branch information
CalvinWilkinson authored Mar 21, 2024
1 parent 85406a5 commit 5cca6e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
deno run `
--allow-read --allow-net `
"$scriptUrl" `
"${{ vars.ORGANIZATION_NAME }}" `
"${{ vars.PROJECT_NAME }}" `
"${{ needs.get_version.outputs.version }}" `
"${{ secrets.CICD_TOKEN }}";
Expand Down

0 comments on commit 5cca6e2

Please sign in to comment.