Skip to content

Commit ddee10b

Browse files
authored
bump version using sed
1 parent 3974585 commit ddee10b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: |
4747
mv LICENSE ./dist/LeetcodeSessionManager
4848
cd ./dist/LeetcodeSessionManager
49+
sed -i '/version/s/[^.]*$/'"${{ github.event.inputs.tag }}\"/" manifest.json
4950
zip -r ../../LeetcodeSessionManager-${{ github.event.inputs.tag }}.zip .
5051
5152
- name: 'Create GitHub Release'

0 commit comments

Comments
 (0)