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 61ecbd8 commit a3dcff2Copy full SHA for a3dcff2
.github/workflows/publish.yml
@@ -0,0 +1,19 @@
1
+name: Publish
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
+jobs:
9
+ publish:
10
+ runs-on: ubuntu-latest
11
12
+ steps:
13
+ - uses: actions/checkout@v2
14
15
+ - name: Publish LinkerGenerator to openupm
16
+ uses: butlerlogic/action-autotag@stable
17
+ with:
18
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
19
+ root: "UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator"
0 commit comments