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 179d4ea commit f28ee8aCopy full SHA for f28ee8a
.github/workflows/main.yml
@@ -48,8 +48,8 @@ jobs:
48
49
- name: 'Create GitHub Release'
50
uses: softprops/action-gh-release@v1
51
+ if: ${{ github.event_name == 'workflow_dispatch' }}
52
with:
53
files: ./LeetcodeSessionManager*.zip
54
tag_name: v${{ github.run_number }}
- if: ${{ github.event_name == 'workflow_dispatch' }}
55
name: Release V${{ github.event.inputs.tag }}
0 commit comments