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 704f94f commit b0eaa52Copy full SHA for b0eaa52
.github/workflows/main.yml
@@ -40,5 +40,6 @@ jobs:
40
uses: softprops/action-gh-release@v1
41
with:
42
files: build/libs/codeanalyzer.jar
43
+ tag_name: ${{ steps.newtag.outputs.tag }}
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments