Skip to content

Commit

Permalink
fix(ci/cd): try with public access flag
Browse files Browse the repository at this point in the history
  • Loading branch information
martendebruijn committed Jul 20, 2024
1 parent afcf1ad commit 3bb60da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm config set allow-same-version true
- run: npm config set git-tag-version false
- run: npm run build
- run: npm version ${{ github.ref.name }}
- run: npm publish
- run: npm publish --access public

0 comments on commit 3bb60da

Please sign in to comment.