Skip to content

Commit

Permalink
dont tag on dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Jan 2, 2025
1 parent 460927c commit 142898b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ jobs:

- name: Create env tag
uses: actions/github-script@v5
if: github.event.inputs.dry_run == 'false'
with:
script: |
const refData = await github.rest.git.getRef({
Expand Down

0 comments on commit 142898b

Please sign in to comment.