mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 18:56:56 +00:00
chore(release.yml): use master version
This commit is contained in:
parent
414c6b911b
commit
d21e9173cb
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
|
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> /home/runner/work/_temp/.npmrc
|
||||||
|
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
uses: cycjimmy/semantic-release-action@v1
|
uses: cycjimmy/semantic-release-action@master
|
||||||
id: semantic
|
id: semantic
|
||||||
with:
|
with:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue