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.
1 parent a63ab6a commit 0148f28Copy full SHA for 0148f28
.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