You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-19 15:00:11 +00:00
refactor: update release workflow
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
|
|
||||||
|
|||||||
6
.github/workflows/unity-test.yml
vendored
6
.github/workflows/unity-test.yml
vendored
@@ -21,14 +21,10 @@ 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:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Reference in New Issue
Block a user