We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebe2bc commit c61addfCopy full SHA for c61addf
.changeset/petite-cups-learn.md
@@ -0,0 +1,5 @@
1
+---
2
+"aws-sdk-js-codemod": patch
3
4
+
5
+Enable npm trusted publishing
.github/workflows/push.yml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
cache: "yarn"
24
25
+ - run: npm install -g npm # Trusted publishing requires npm >=v11.5.1
26
- run: yarn
27
28
- name: Create Release Pull Request or Publish to npm
@@ -32,4 +33,3 @@ jobs:
32
33
title: Publish <version>
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -63,8 +63,5 @@
63
"version": "4.9.2",
64
"onFail": "download"
65
}
66
- },
67
- "publishConfig": {
68
- "provenance": true
69
70
0 commit comments