Skip to content

Commit

Permalink
fix sed2 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuqdog authored Aug 12, 2024
1 parent b6eb669 commit 40b4528
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 @@ -70,7 +70,7 @@ jobs:
if: steps.release_exists.outputs.id != ''

- name: Bump Version Metadata
run: sed -i -e "s/sdkVersion = 'v[0-9]*\.[0-9]*\.[0-9]*'/sdkVersion = 'v${{ steps.which_version.outputs.version }}'/" > lib/src/utils.dart
run: sed -i -e "s/sdkVersion = 'v[0-9]*\.[0-9]*\.[0-9]*'/sdkVersion = 'v${{ steps.which_version.outputs.version }}'/" lib/src/utils.dart

- name: "Generate release changelog"
uses: heinrichreimer/[email protected]
Expand Down

0 comments on commit 40b4528

Please sign in to comment.