Skip to content

Commit

Permalink
fix: malformed syntax in shell
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Jun 24, 2024
1 parent 9e818a0 commit 251df2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Commit and push version bump
run: |
git checkout -b version-bump/${{ env.RELEASE_VERSION }}
git add package.json
git commit -m "chore: bump version to ${{ env.RELEASE_VERSION }}"
git push origin HEAD:${{ env.GITHUB_REF#refs/tags/ }}
git push origin version-bump/${{ env.RELEASE_VERSION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 251df2f

Please sign in to comment.