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 3e5f69b + f885b07 commit 69fe40aCopy full SHA for 69fe40a
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: mvn -B clean package --file pom.xml
34
35
- name: Upload to release
36
- uses: cloudnode-pro/release-upload-asset@1.0.2
+ uses: cloudnode-pro/release-upload-asset@v1
37
with:
38
gh-token: ${{ github.token }}
39
files: target/EnchantBookPlus-${{ steps.version.outputs.VERSION }}.jar; type=application/java-archive
0 commit comments