Skip to content

Commit

Permalink
one more try to fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Aug 29, 2024
1 parent 69a5957 commit d495ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: git checkout ${BRANCH}

- name: Update README
run: sed -i 's/com\.xemantic\.kotlin:xemantic-kotlin-swing-dsl-\(core\|test\):[0-9]\+\(\.[0-9]\+\)*\>/com.xemantic.kotlin:xemantic-kotlin-swing-dsl-\1:$VERSION/g' README.md
run: sed -i "s/com\.xemantic\.kotlin:xemantic-kotlin-swing-dsl-\(core\|test\):[0-9]\+\(\.[0-9]\+\)*\>/com.xemantic.kotlin:xemantic-kotlin-swing-dsl-\1:$VERSION/g" README.md

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit d495ea9

Please sign in to comment.