Skip to content

Commit 5f746cf

Browse files
fix: github workflow stuff
1 parent 5559a10 commit 5f746cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# Checkout Local Repository
3838
- name: Checkout
39-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
39+
uses: actions/checkout@v4
4040

4141
# Get the Package version based on the package.json file
4242
- name: Get Version
@@ -84,4 +84,4 @@ jobs:
8484
${{ env.zipFile }}
8585
${{ env.unityPackage }}
8686
${{ env.packagePath }}/package.json
87-
tag_name: ${{ env.version }}
87+
tag_name: ${{ env.version }}

0 commit comments

Comments
 (0)