Skip to content

Commit

Permalink
chore(github-actions): add registry url to release action
Browse files Browse the repository at this point in the history
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
  • Loading branch information
amtins committed Oct 23, 2024
1 parent f69e638 commit 5eee634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
always-auth: true
- run: |
npm dist-tag add @srgssr/pillarbox-web@$(echo "${{github.ref_name}}" | cut -c 2-) latest
Expand Down

0 comments on commit 5eee634

Please sign in to comment.