Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jun 9, 2022
1 parent 1f51ea9 commit 8a36c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
yarn version --no-git-tag-version --${{ github.event.inputs.version-bump }}
git config --global user.name 'ElementRobot'
git config --global user.email '[email protected]'
git commit -am "{{ github.event.inputs.version-bump }} version bump"
git commit -am "${{ github.event.inputs.version-bump }} version bump"
git push
- name: 🚀 Publish to npm
Expand Down

0 comments on commit 8a36c7e

Please sign in to comment.