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