Skip to content

Commit

Permalink
github action build_release another attempt to fix release process wi…
Browse files Browse the repository at this point in the history
…th README.md update (#12)
  • Loading branch information
morisil authored Aug 29, 2024
1 parent e318d8e commit fc378eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 0
# - run: git switch -
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -36,6 +35,8 @@ jobs:
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
ORG_GRADLE_PROJECT_sonatypeUser: ${{ secrets.SONATYPE_USER }}
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
- name: Switch to branch HEAD
run: git switch -
- 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
- name: Commit README
Expand Down

0 comments on commit fc378eb

Please sign in to comment.