Skip to content

Commit a419f68

Browse files
committed
chore: -A
1 parent 7e333c1 commit a419f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Create Release PR
3434
run: |
3535
# 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 }})
36+
RELEASE_OUTPUT=$(deno run -A scripts/cargo-release-cli.ts ${{ steps.version.outputs.version }})
3737
echo "excluded_flags=$RELEASE_OUTPUT"
3838
echo "excluded_flags=$RELEASE_OUTPUT" >> $GITHUB_OUTPUT
3939
git config --global user.name "GitHub Actions"

0 commit comments

Comments
 (0)