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 71e182f commit db0553dCopy full SHA for db0553d
.github/workflows/publish.yml
@@ -43,8 +43,8 @@ jobs:
43
uses: JS-DevTools/npm-publish@v3
44
with:
45
token: ${{ secrets.NPM_TOKEN }}
46
- tag: v${{ steps.tag.outputs.TAG }}
+ tag: latest
47
48
- if: steps.publish.outputs.type != 'none'
49
run: |
50
- echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
+ echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
0 commit comments