Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Mar 30, 2023
1 parent 280bc77 commit 33874f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ jobs:
cache: yarn
registry-url: 'https://npm.pkg.github.com'
scope: '@siteimprove'
- name: Configure token for Alfa packages
- name: Configure token for Alfa packages (read)
run: >
yarn config set
npmScopes.siteimprove.npmAuthToken
${{ github.token }}
- name: Configure token for Alfa packages (publish)
run: >
yarn config set
'npmRegistries["https://npm.pkg.github.com"].npmAuthToken'
${{ github.token }}
- run: yarn install --immutable
- run: yarn build
- run: yarn test
Expand Down

0 comments on commit 33874f7

Please sign in to comment.