We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c52dae commit fcfd5eeCopy full SHA for fcfd5ee
.github/workflows/cd.yml
@@ -27,3 +27,11 @@ jobs:
27
folder: public
28
target-folder: public
29
single-commit: true
30
+ - name: Publish
31
+ id: publish
32
+ uses: JS-DevTools/npm-publish@v1
33
+ with:
34
+ token: ${{ secrets.NPM_TOKEN }}
35
+ - if: steps.publish.outputs.type != 'none'
36
+ run: |
37
+ echo "Version changed: ${{ steps.publish.outputs.old-version }} → ${{ steps.publish.outputs.version }}"
0 commit comments