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 3e5f69b commit f885b07Copy full SHA for f885b07
.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