Skip to content

Commit ab6a504

Browse files
authored
Merge pull request #123 from Roaders/main
Add provenance to npm publish
2 parents 1e4b700 + 17589f3 commit ab6a504

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/create-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737

3838
- name: Publish
3939
if: steps.release.outputs.released == 'true'
40-
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
41-
with:
42-
token: ${{ secrets.NPM_TOKEN }}
40+
run: npm publish --provenance --access public
41+
env:
42+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morgan-stanley/ts-mocking-bird",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest",
55
"license": "Apache-2.0",
66
"author": "Morgan Stanley",

0 commit comments

Comments
 (0)