We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d5517 commit 5d65a56Copy full SHA for 5d65a56
.github/workflows/ci.yml
@@ -41,14 +41,10 @@ jobs:
41
github_token: ${{ secrets.GITHUB_TOKEN }}
42
publish_dir: ./build
43
44
- - run: npm install @jsdevtools/npm-publish -g
45
- - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
46
-
47
- name: Create Tag
48
id: create_tag
49
- uses: jaywcjlove/create-tag-action@v1.2.1
+ uses: jaywcjlove/create-tag-action@v1.3.5
50
with:
51
- token: ${{ secrets.GITHUB_TOKEN }}
52
package-path: ./package.json
53
54
- name: Generate Changelog
@@ -77,3 +73,6 @@ jobs:
77
73
${{ steps.changelog.outputs.compareurl }}
78
74
79
75
${{ steps.changelog.outputs.changelog }}
76
+
+ - run: npm install @jsdevtools/npm-publish -g
+ - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
0 commit comments