Skip to content

Commit

Permalink
Fix sed macos vs linux flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Apr 22, 2023
1 parent ef5a45f commit 0511ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
release-workflow: ''
version-command: |
sed -r -i '' 's#(labd/changie-release-action@)([^[:space:]]+)#\1'"${PACKAGE_VERSION}"'#' README.md
sed -r -i 's#(labd/changie-release-action@)([^[:space:]]+)#\1'"${PACKAGE_VERSION}"'#' README.md

0 comments on commit 0511ce2

Please sign in to comment.