Skip to content

Commit 0148f28

Browse files
author
András Kurai
committed
fix publish order for gh release
1 parent a63ab6a commit 0148f28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414

15-
- name: Publish LinkerGenerator to openupm
15+
- name: Create GitHub Release
16+
shell: pwsh
17+
run: ./build.ps1 CreateGithubRelease --is-ci
18+
19+
- name: Publish UnityResourceGenerator to OpenUPM
1620
uses: butlerlogic/action-autotag@stable
1721
with:
1822
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
1923
root: "UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator"
20-
21-
- name: Create GitHub Release
22-
shell: pwsh
23-
run: ./build.ps1 CreateGithubRelease --is-ci

0 commit comments

Comments
 (0)