Skip to content

Commit

Permalink
test npm release build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rgallettonf committed Jul 2, 2024
1 parent 6110c40 commit c15f4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://npm.pkg.github.com/
registry-url: 'https://registry.npmjs.org'

- name: Set VERSION Environment Variable
run: echo "VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV
Expand Down

0 comments on commit c15f4b5

Please sign in to comment.