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 2ceff15 commit c9dfcceCopy full SHA for c9dfcce
.github/workflows/unity-package.yml
@@ -39,6 +39,6 @@ jobs:
39
with:
40
artifacts: "ModelInstanceCollection.unitypackage"
41
name: "ModelInstanceCollection"
42
- tag: $release_tag
+ tag: ${{env.release_tag}}
43
#tag: v1
44
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments