Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/cf_publish_release_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,3 @@ jobs:
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

- name: Commit and push version bump
if: ${{ steps.version.outputs.VERSION != '0.0.0-test' }}
run: |
npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git commit -am "chore: set version to ${GITHUB_REF#refs/tags/v}"
git push origin HEAD
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading