Skip to content

Commit

Permalink
fix: try this
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Jan 8, 2024
1 parent 78c25d0 commit afa3add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
node-version: lts/*
registry-url: 'https://npm.pkg.github.com'
scope: '@makerxstudio'
cache: 'npm'

# run npm ci preventing script access to npm auth token
- run: npm ci --ignore-scripts
Expand All @@ -48,4 +47,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

0 comments on commit afa3add

Please sign in to comment.