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 02d252c + 0ddd4b4 commit 37fb268Copy full SHA for 37fb268
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
53
54
- name: Upload output files to release
55
- uses: AButler/upload-release-assets@v3.0
+ uses: AButler/upload-release-assets@v3.0.1
56
with:
57
files: "target/*.jar;target/*.pom;target/*.asc"
58
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments