Skip to content

Commit

Permalink
fix: fix regex
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed May 24, 2024
1 parent 7a031ed commit 9ddd292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: steps.current-version.outputs.version != github.event.inputs.version
shell: bash
run: |
sed -i "s|DIST_VERSION.*|DIST_VERSION=\"${{ github.event.inputs.version }}\"|" ./config/default
sed -i "s|^DIST_VERSION.*|DIST_VERSION=\"${{ github.event.inputs.version }}\"|" ./config/default
- name: git add & commit & push
if: steps.current-version.outputs.version != github.event.inputs.version
Expand Down

0 comments on commit 9ddd292

Please sign in to comment.