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 eb523d2 commit 6959189Copy full SHA for 6959189
.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@b5c57408698b1fab8b3a84d4b67f767b8b7c0be9
+ 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