Skip to content

Commit 9a4cbbc

Browse files
committed
build: release dry run test
1 parent 9bc0b85 commit 9a4cbbc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/unity-test.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,18 @@ on:
1515
- synchronize
1616

1717
jobs:
18-
build-unity:
18+
release-test:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: actions/checkout@v2
22+
23+
- run: |
24+
npm i https://gist.github.com/mob-sakai/c90044338361af97a7e8c8a78425bdb3
25+
npx semantic-release -e @mob-sakai/semantic-release-upm --dry-run --debug --branches develop
26+
env:
27+
GITHUB_TOKEN: ${{ github.token }}
28+
29+
unity-test:
1930
strategy:
2031
fail-fast: false
2132
matrix:

0 commit comments

Comments
 (0)