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 f92d04e commit 104fd7aCopy full SHA for 104fd7a
.github/workflows/push-event.yml
@@ -136,4 +136,6 @@ jobs:
136
- name: Run Release Drafter
137
uses: release-drafter/release-drafter@v6
138
with:
139
- version: ${{ steps.android-version.outputs.VERSION_NAME }}
+ version: ${{ steps.android-version.outputs.VERSION_NAME }}
140
+ name: 'PSLab Version ${{ steps.android-version.outputs.VERSION_NAME }}'
141
+ tag: 'v${{ steps.android-version.outputs.VERSION_NAME }}'
0 commit comments