Skip to content

Commit 1b89a22

Browse files
fix: add node_auth for npm release fallback (#1277)
* fix: add node_auth for npm release fallback * fix: indentation
1 parent f674a14 commit 1b89a22

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-wc-and-playground.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
package: ./web-component/package.json
6262
access: public
6363
provenance: true
64-
tag: github.event.release.target_commitish
64+
tag: ${{ github.event.release.target_commitish }}
65+
env:
66+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6567
- if: failure() # Only, on failure, send a message on the 94_bot-failing-ci slack channel
6668
name: Report workflow run status to Slack
6769
uses: 8398a7/action-slack@v3

0 commit comments

Comments
 (0)