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 b7c781a + ed06ec0 commit ba07f16Copy full SHA for ba07f16
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: mvn -B clean package --file pom.xml
28
29
- name: Upload to release
30
- uses: cloudnode-pro/release-upload-asset@1.0.2
+ uses: cloudnode-pro/release-upload-asset@v1
31
with:
32
gh-token: ${{ github.token }}
33
files: target/BankAccounts-${{ github.event.release.tag_name }}.jar; type=application/java-archive
0 commit comments