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 9cebdd9 commit 087809aCopy full SHA for 087809a
.github/workflows/ci.yml
@@ -32,8 +32,6 @@ jobs:
32
with:
33
node-version: 24
34
35
- - uses: capralifecycle/actions-lib/configure-npm@b4bb65b0ab41499f4829fe99c4b33b0b5a363562 # v1.6.2
36
-
37
- name: install dependencies
38
run: npm ci
39
@@ -47,5 +45,4 @@ jobs:
47
45
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
48
46
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
- NPM_TOKEN: ${{ secrets.SHARED_NPMJS_TOKEN }}
51
run: npm run semantic-release
package.json
@@ -29,7 +29,8 @@
29
"lib/**/*"
30
],
31
"publishConfig": {
- "access": "public"
+ "access": "public",
+ "provenance": true
},
"devDependencies": {
"@aws-cdk/assert": "2.68.0",
0 commit comments