refactor: update release workflow
parent
7acbf22b4d
commit
c4c35a6611
.github/workflows
|
@ -21,7 +21,3 @@ jobs:
|
|||
npx semantic-release -e @mob-sakai/semantic-release-upm
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
- run: cat package.json
|
||||
|
||||
- run: ls
|
||||
|
|
|
@ -21,13 +21,9 @@ jobs:
|
|||
|
||||
- run: |
|
||||
npm i --no-save https://gist.github.com/mob-sakai/c90044338361af97a7e8c8a78425bdb3
|
||||
npx semantic-release -e @mob-sakai/semantic-release-upm --dry-run --debug --branches develop
|
||||
npx semantic-release -e @mob-sakai/semantic-release-upm --dry-run --branches develop
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
- run: cat package.json
|
||||
|
||||
- run: ls
|
||||
|
||||
unity-test:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue