We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a63ab6a + 0148f28 commit 8111736Copy full SHA for 8111736
.github/workflows/publish.yml
@@ -12,12 +12,12 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
15
- - name: Publish LinkerGenerator to openupm
+ - name: Create GitHub Release
16
+ shell: pwsh
17
+ run: ./build.ps1 CreateGithubRelease --is-ci
18
+
19
+ - name: Publish UnityResourceGenerator to OpenUPM
20
uses: butlerlogic/action-autotag@stable
21
with:
22
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
23
root: "UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator"
-
- - name: Create GitHub Release
- shell: pwsh
- run: ./build.ps1 CreateGithubRelease --is-ci
0 commit comments