Skip to content

Commit

Permalink
actually call the right script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yosef Alsuhaibani authored and Yosef Alsuhaibani committed Aug 13, 2024
1 parent 15aab20 commit 9e3b0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Bump version in this repo
env:
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
run: scripts/bump-version.sh "${NEW_SEMGREP_VERSION}"
run: scripts/tag-version.sh "${NEW_SEMGREP_VERSION}"

name: tag-version
on:
Expand Down

0 comments on commit 9e3b0aa

Please sign in to comment.