We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e333c1 commit a419f68Copy full SHA for a419f68
1 file changed
.github/workflows/release_rust.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Create Release PR
34
run: |
35
# Run cargo release and capture the output
36
- RELEASE_OUTPUT=$(deno run --allow-run --allow-env scripts/cargo-release-cli.ts ${{ steps.version.outputs.version }})
+ RELEASE_OUTPUT=$(deno run -A scripts/cargo-release-cli.ts ${{ steps.version.outputs.version }})
37
echo "excluded_flags=$RELEASE_OUTPUT"
38
echo "excluded_flags=$RELEASE_OUTPUT" >> $GITHUB_OUTPUT
39
git config --global user.name "GitHub Actions"
0 commit comments