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 4e12f9f commit e23862dCopy full SHA for e23862d
1 file changed
.github/workflows/release.yml
@@ -58,5 +58,5 @@ jobs:
58
if: steps.release.outputs.new_release_published == 'true'
59
uses: actions/attest-build-provenance@v2
60
with:
61
- subject-name: 'ReVanced CLI $steps.release.outputs.new_release_git_tag'
+ subject-name: 'ReVanced CLI ${{ steps.release.outputs.new_release_git_tag }}'
62
subject-path: build/libs/*-all.jar
0 commit comments