Skip to content

Commit 5eee634

Browse files
committed
chore(github-actions): add registry url to release action
Adding the `registry-url` property to the `release` action should allow to select the tag to be promoted as the `latest` release from the github `releases` interface. - add `registry-url` to `release.yml` file
1 parent f69e638 commit 5eee634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-node@v3
1717
with:
1818
node-version: 20
19+
registry-url: 'https://registry.npmjs.org'
1920
always-auth: true
2021
- run: |
2122
npm dist-tag add @srgssr/pillarbox-web@$(echo "${{github.ref_name}}" | cut -c 2-) latest

0 commit comments

Comments
 (0)