Skip to content

Commit

Permalink
different run id
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent a003214 commit 1610dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo should_continue=1 >> ${GITHUB_OUTPUT}
else
echo should_continue=0 >> ${GITHUB_OUTPUT}
gh run cancel vars
gh run cancel ${{ github.run_id }}
fi
- name: check package versions
if: steps.vars.outputs.should_continue == 1
Expand Down

0 comments on commit 1610dac

Please sign in to comment.