Skip to content

Commit 867587f

Browse files
Add --provenance flag
1 parent 11c9283 commit 867587f

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/release.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
with:
2121
node-version: 20.x
2222
registry-url: "https://registry.npmjs.org"
23-
always-auth: true
2423

2524
- name: Install dependencies
2625
shell: bash
@@ -30,23 +29,23 @@ jobs:
3029
shell: bash
3130
run: npm run build
3231

33-
- name: Test
34-
shell: bash
35-
run: npm run test
32+
# - name: Test
33+
# shell: bash
34+
# run: npm run test
3635

37-
- name: Configure Git
38-
run: |
39-
git config --global user.name GitHub Actions
40-
git config user.email [email protected]
36+
# - name: Configure Git
37+
# run: |
38+
# git config --global user.name GitHub Actions
39+
# git config user.email [email protected]
4140

42-
- uses: knope-dev/[email protected]
43-
with:
44-
version: 0.21.5
41+
# - uses: knope-dev/[email protected]
42+
# with:
43+
# version: 0.21.5
4544

4645
# - run: knope release
4746
# env:
4847
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4948

5049
- name: Publish to npm
5150
shell: bash
52-
run: npm publish
51+
run: npm publish --provenance

0 commit comments

Comments
 (0)