Skip to content

Commit

Permalink
Merge pull request #123 from radiovisual/fix-publish-yml
Browse files Browse the repository at this point in the history
fix: malformed syntax in shell
  • Loading branch information
radiovisual authored Jun 24, 2024
2 parents 9e818a0 + 251df2f commit 1f4cd3e
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 1f4cd3e

Please sign in to comment.