We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c7c67 commit 2158309Copy full SHA for 2158309
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: softprops/action-gh-release@v2
31
if: startsWith(github.ref, 'refs/tags/')
32
with:
33
- files: rpki-ta-0-java-11.tgz
+ files: rpki-ta-0-${{github.ref_name}}-java-11.tgz
34
draft: true
35
body: It needs to be filled in manually
36
0 commit comments