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 0aebbc0 commit a937e0aCopy full SHA for a937e0a
.github/workflows/publish.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: "marvinpinto/action-automatic-releases@latest"
36
with:
37
repo_token: "${{ secrets.GITHUB_TOKEN }}"
38
+ automatic_release_tag: "${{ inputs.version }}"
39
prerelease: false
40
files: |
41
~/.m2/repository/io/github/pixee/java-security-toolkit/${{ inputs.version }}/java-security-*
0 commit comments