Skip to content

Commit 9aa594b

Browse files
authored
Merge pull request #429 from jgilbert01/issue-fix-cd-action
Fix cd workflow
2 parents 00346af + b8c76b3 commit 9aa594b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
# push:
66
# branches: [ master ]
77

8-
# permissions:
9-
# id-token: write # Required for OIDC
10-
# contents: read
8+
permissions:
9+
id-token: write # Required for OIDC
10+
contents: write # Read required for OIDC but write required for release tagging
1111

1212
jobs:
1313
publish:
@@ -23,7 +23,7 @@ jobs:
2323
run: npm install -g npm@latest
2424
- run: npm ci
2525
- run: npm test
26-
# - run: npm publish
26+
- run: npm publish
2727
- uses: sergeysova/jq-action@v2
2828
name: Derive Version
2929
id: version

0 commit comments

Comments
 (0)