Skip to content

Commit 9104dec

Browse files
authored
Publish action (#14)
* rename workflow * update package version * apply npm version every time when we publish/dry-publish * change npm secret name * change npm secret name * remove dry run * give up on pushing package version bump
1 parent 28f6a84 commit 9104dec

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/cf_publish_release_npm.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,3 @@ jobs:
4949
npm publish
5050
env:
5151
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
52-
53-
- name: Commit and push version bump
54-
if: ${{ steps.version.outputs.VERSION != '0.0.0-test' }}
55-
run: |
56-
npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
57-
git config user.name "GitHub Actions"
58-
git config user.email "[email protected]"
59-
git commit -am "chore: set version to ${GITHUB_REF#refs/tags/v}"
60-
git push origin HEAD
61-
env:
62-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)