You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 12:10:08 +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
|
||||
env:
|
||||
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,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:
|
||||
|
||||
Reference in New Issue
Block a user