We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61c276 commit 41e78c5Copy full SHA for 41e78c5
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- run: ./bin/build.sh dist/.htaccess bin/htaccess.conf
16
- name: Deploy to NPM
17
- uses: JS-DevTools/npm-publish@v3.0.1
+ uses: JS-DevTools/npm-publish@v3.1.0
18
with:
19
token: ${{ secrets.NPM_TOKEN }}
20
0 commit comments