Skip to content

Commit

Permalink
fix id of version bump step
Browse files Browse the repository at this point in the history
  • Loading branch information
teunmooij committed Nov 18, 2024
1 parent 37bc03c commit 0e71907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: npm run build

- name: Bump version 📈
id: version
id: set-version
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit 0e71907

Please sign in to comment.