We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5559a10 commit 5f746cfCopy full SHA for 5f746cf
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
37
# Checkout Local Repository
38
- name: Checkout
39
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
+ uses: actions/checkout@v4
40
41
# Get the Package version based on the package.json file
42
- name: Get Version
@@ -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