Skip to content

Commit 7f12e47

Browse files
Update semantic-release to use latest version
Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
1 parent 78bbfc7 commit 7f12e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: corepack npm audit signatures
3333
# pinned version updated automatically by Renovate.
3434
# details at https://semantic-release.gitbook.io/semantic-release/usage/installation#global-installation
35-
- run: npx semantic-release@v24.2.3
35+
- run: npx semantic-release
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)