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 3974585 commit ddee10bCopy full SHA for ddee10b
.github/workflows/main.yml
@@ -46,6 +46,7 @@ jobs:
46
run: |
47
mv LICENSE ./dist/LeetcodeSessionManager
48
cd ./dist/LeetcodeSessionManager
49
+ sed -i '/version/s/[^.]*$/'"${{ github.event.inputs.tag }}\"/" manifest.json
50
zip -r ../../LeetcodeSessionManager-${{ github.event.inputs.tag }}.zip .
51
52
- name: 'Create GitHub Release'
0 commit comments