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 caee783 commit 8b21dd8Copy full SHA for 8b21dd8
.github/workflows/update-and-publish.yml
@@ -31,9 +31,6 @@ jobs:
31
- name: Run tests
32
run: npm run test
33
34
- - name: Build Package
35
- run: npm run build
36
-
37
- name: 'Set release type : ${{ inputs.ReleaseType }}'
38
id: release_type
39
uses: ASzc/change-string-case-action@v5
@@ -80,11 +77,13 @@ jobs:
80
77
git commit -m "Bump version from $OLD_VERSION to $NEW_VERSION"
81
78
git push origin HEAD:main
82
79
+ - name: Build Package
+ run: npm run build
+
83
- name: Publish package
84
uses: JS-DevTools/npm-publish@v1
85
with:
86
access: 'public'
87
- dry-run: false
88
check-version: true
89
token: ${{ secrets.NPM_AUTH_TOKEN }}
90
if: success()
0 commit comments