Skip to content

Commit

Permalink
update increment_version.sh script link
Browse files Browse the repository at this point in the history
  • Loading branch information
rszyma committed Feb 3, 2024
1 parent 932d08f commit de60c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Increment semver patch number
id: new_version
run: |
echo "value=$(curl https://raw.githubusercontent.com/rszyma/shell-semver/master/increment_version.sh -sSf | bash -s -- -p ${{ steps.version.outputs.value }})" >> $GITHUB_OUTPUT
echo "value=$(curl https://gist.githubusercontent.com/rszyma/c539a0dbe37d7de9f0c04c628b7a341a/raw/684177cd54d51c3bd8786e0d2b380e67f495fc1f/increment_version.sh -sSf | bash -s -- -p ${{ steps.version.outputs.value }})" >> $GITHUB_OUTPUT
- name: Setup - vsce
run: yarn global add vsce
Expand Down

0 comments on commit de60c7a

Please sign in to comment.