You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uses: JS-DevTools/npm-publish@5a85faf05d2ade2d5b6682bfe5359915d5159c6c# using 2.2.1 version https://github.com/JS-DevTools/npm-publish/releases/tag/v2.2.1
52
+
uses: JS-DevTools/npm-publish@1fe17a093199d8fabed85cbcc6f0f79eb06470da# using 4.1.0 version https://github.com/JS-DevTools/npm-publish/releases/tag/v4.1.0
46
53
with:
47
-
token: ${{ secrets.NPM_TOKEN }}
48
54
package: ./web-component/package.json
49
55
access: public
56
+
provenance: true
50
57
- name: Release web-component to NPM (feature branch tag)
uses: JS-DevTools/npm-publish@5a85faf05d2ade2d5b6682bfe5359915d5159c6c# using 2.2.1 version https://github.com/JS-DevTools/npm-publish/releases/tag/v2.2.1
59
+
uses: JS-DevTools/npm-publish@1fe17a093199d8fabed85cbcc6f0f79eb06470da# using 4.1.0 version https://github.com/JS-DevTools/npm-publish/releases/tag/v4.1.0
53
60
with:
54
-
token: ${{ secrets.NPM_TOKEN }}
55
61
package: ./web-component/package.json
56
62
access: public
63
+
provenance: true
57
64
tag: github.event.release.target_commitish
58
65
- if: failure() # Only, on failure, send a message on the 94_bot-failing-ci slack channel
59
66
name: Report workflow run status to Slack
@@ -70,17 +77,19 @@ jobs:
70
77
runs-on: ubuntu-latest
71
78
steps:
72
79
- name: Checkout repository
73
-
uses: actions/checkout@v3
80
+
uses: actions/checkout@v4
74
81
with:
75
82
# target branch of release. More info https://docs.github.com/en/rest/reference/repos#releases
76
83
# in case release is created from release branch then we need to checkout from given branch
77
84
# if @semantic-release/github is used to publish, the minimum version is 7.2.0 for proper working
0 commit comments