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 2cda6d5 commit 7c4dcdeCopy full SHA for 7c4dcde
.github/workflows/ci.yaml
@@ -6,4 +6,4 @@ on:
6
7
jobs:
8
test:
9
- uses: semantic-release-action/typescript/.github/workflows/ci.yml@v3
+ uses: semantic-release-action/typescript/.github/workflows/ci.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51 # v3.0.20
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ on:
20
21
22
release:
23
- uses: semantic-release-action/typescript/.github/workflows/release.yml@v3
+ uses: semantic-release-action/typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51 # v3.0.20
24
secrets:
25
npm-token: ${{ secrets.NPM_TOKEN }}
26
with:
0 commit comments