Skip to content

Commit 5410138

Browse files
authored
Merge pull request #19 from github/theinterned/remove-npm-version-from-publish
remove npm version from publish
2 parents 6176a2d + 1489b0b commit 5410138

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish
33
on:
44
release:
55
types: [created]
6+
workflow_dispatch:
67

78
jobs:
89
publish-npm:
@@ -18,9 +19,6 @@ jobs:
1819
cache: npm
1920
- run: npm ci
2021
- run: npm test
21-
- run: npm version ${TAG_NAME} --git-tag-version=false
22-
env:
23-
TAG_NAME: ${{ github.event.release.tag_name }}
2422
- run: npm whoami; npm publish
2523
env:
2624
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)