We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 524a84f + bd6554e commit b807787Copy full SHA for b807787
.github/workflows/npm.yaml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
10
- run: npm ci
11
- name: Publish
12
- uses: JS-DevTools/npm-publish@541aa6b21b4a1e9990c95a92c21adc16b35e9551 # v2.1.0
+ uses: JS-DevTools/npm-publish@a25b4180b728b0279fca97d4e5bccf391685aead # v2.2.0
13
# only on default branch
14
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
15
with:
0 commit comments