mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 18:56:56 +00:00
chore(release.yml): use recommend version
This commit is contained in:
parent
147b86f4f3
commit
6599171ff0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> /home/runner/work/_temp/.npmrc
|
||||
|
||||
- name: Semantic Release
|
||||
uses: cycjimmy/semantic-release-action@master
|
||||
uses: cycjimmy/semantic-release-action@v1
|
||||
id: semantic
|
||||
with:
|
||||
branch: master
|
||||
|
|
|
|||
Loading…
Reference in a new issue