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.
2 parents 92a435d + 09f4510 commit 028bbcfCopy full SHA for 028bbcf
.github/workflows/release.yml
@@ -43,18 +43,9 @@ jobs:
43
mkdir -p release
44
npm pack --pack-destination release
45
46
- - name: Debug OIDC Token length
47
- run: |
48
- TOKEN=$(curl -s -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \
49
- "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=npm" | jq -r '.value')
50
- echo "OIDC token length: ${#TOKEN}"
51
-
52
53
- - name: Check semantic-release/npm version
54
- run: yarn why @semantic-release/npm
55
56
- - name: Check semantic-release version
57
- run: yarn why semantic-release
+ - name: Test publish with OIDC
+ run: npm publish --dry-run --access public --provenance --tag=ci-test
58
59
- name: Run semantic-release
60
env:
0 commit comments