refactor: update release workflow

pull/120/head
mob-sakai 2020-10-28 12:23:35 +09:00
parent 7acbf22b4d
commit c4c35a6611
2 changed files with 1 additions and 9 deletions
.github/workflows

View File

@ -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

View File

@ -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: