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 18a5624 commit aef9126Copy full SHA for aef9126
.github/workflows/main.yml
@@ -69,5 +69,5 @@ jobs:
69
if: ${{ github.event_name == 'workflow_dispatch' }}
70
with:
71
files: ./LeetcodeSessionManager*.zip
72
- tag_name: v${{ github.run_number }}
+ tag_name: v${{ github.event.inputs.tag }}
73
name: Release V${{ github.event.inputs.tag }}
0 commit comments