Skip to content

Commit

Permalink
add watch and remove all continue checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent 1610dac commit 27c466c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
PACKAGE_VERSION="${PACKAGE_VERSION#v}"
PACKAGE_VERSION="${PACKAGE_VERSION%% *}"
echo version=${PACKAGE_VERSION} >> $GITHUB_OUTPUT
echo should_continue=1 >> ${GITHUB_OUTPUT}
else
echo should_continue=0 >> ${GITHUB_OUTPUT}
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
fi
- name: check package versions
if: steps.vars.outputs.should_continue == 1
# if: steps.vars.outputs.should_continue == 1
run: |
if node ./bump-versions.mjs ${{ steps.vars.outputs.version }} &> temp-bump-versions.txt
then
Expand Down

0 comments on commit 27c466c

Please sign in to comment.