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 3aa5a23 + 6959189 commit 9775815Copy full SHA for 9775815
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
65
# Make a UnityPackage version of the Package for release
66
- name: Create UnityPackage
67
- uses: pCYSl5EDgo/create-unitypackage@cfcd3cf0391a5ef1306342794866a9897c32af0b
+ uses: pCYSl5EDgo/create-unitypackage@v1.2.3
68
with:
69
package-path: ${{ env.unityPackage }}
70
include-files: metaList
@@ -84,4 +84,4 @@ jobs:
84
${{ env.zipFile }}
85
${{ env.unityPackage }}
86
${{ env.packagePath }}/package.json
87
- tag_name: ${{ env.version }}
+ tag_name: ${{ env.version }}
0 commit comments