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 c96d9bd commit 173cb0eCopy full SHA for 173cb0e
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
permissions:
27
id-token: write
28
- contents: write
+ contents: read
29
steps:
30
- uses: actions/checkout@v5
31
- uses: actions/setup-node@v6
@@ -36,10 +36,10 @@ jobs:
36
run: |
37
echo "Running npm publish dry-run to test OIDC auth..."
38
npm publish --dry-run --provenance
39
-
+
40
release:
41
needs: [test-oidc-publish]
42
- uses: tanjeemh/semantic-release-action-typescript/.github/workflows/release.yml@master
+ uses: semantic-release-action/typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51
43
secrets:
44
npm-token: "FAKE_NPM_TOKEN_FOR_SEMANTIC_RELEASE"
45
with:
0 commit comments