Automate manifest.json version updates during release #9
@@ -42,7 +42,8 @@ jobs:
|
|||||||
run: go test -race ./...
|
run: go test -race ./...
|
||||||
|
|
||||||
- name: Update manifest.json version
|
- name: Update manifest.json version
|
||||||
run: sed -i 's/"version": *"[^"]*"/"version": "${{ inputs.version }}"/' manifest.json
|
run: |
|
||||||
|
sed -i 's/"version": *"[^"]*"/"version": "${{ inputs.version }}"/' manifest.json
|
||||||
|
|
||||||
- name: Commit, tag, and push
|
- name: Commit, tag, and push
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user