fix: Use newer version of the release action
All checks were successful
Release / Release (push) Successful in 38s
All checks were successful
Release / Release (push) Successful in 38s
This commit is contained in:
parent
7dc849688f
commit
9c16070b54
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ jobs:
|
|||
id-token: write
|
||||
steps:
|
||||
- name: Create Release
|
||||
uses: https://git.kjan.de/actions/semantic-release@main
|
||||
uses: https://git.kjan.de/actions/semantic-release@v1.1.0
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue