Skip to content

Commit bfcf567

Browse files
authored
Merge pull request #5 from proxymesh/ci/trusted-npm-publish
ci: use npm trusted publishing for releases
2 parents 329407a + cbd830a commit bfcf567

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release-npm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
fi
3535
3636
- name: Install dependencies
37-
run: npm ci
37+
run: npm install --ignore-scripts
3838

3939
- name: Publish
40-
env:
41-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4240
run: npm publish --access public --provenance

0 commit comments

Comments
 (0)