Skip to content

Commit 69fe40a

Browse files
authored
Set release-upload-asset action version to v1 (#38)
2 parents 3e5f69b + f885b07 commit 69fe40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: mvn -B clean package --file pom.xml
3434

3535
- name: Upload to release
36-
uses: cloudnode-pro/release-upload-asset@1.0.2
36+
uses: cloudnode-pro/release-upload-asset@v1
3737
with:
3838
gh-token: ${{ github.token }}
3939
files: target/EnchantBookPlus-${{ steps.version.outputs.VERSION }}.jar; type=application/java-archive

0 commit comments

Comments
 (0)