Skip to content

Commit

Permalink
Update README *after* release to Sonatype
Browse files Browse the repository at this point in the history
Seems this messes up the version calculated by sbt-dynver else.
  • Loading branch information
alexarchambault committed Apr 29, 2020
1 parent 27aa2f2 commit 9467f3f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
java-version: "8"
- run: .github/scripts/ci-setup.sh
- run: ~/.bin/amm .github/scripts/generate-readme.sc
- uses: stefanzweifel/git-auto-commit-action@v4.1.6
with:
file_pattern: README.md
commit_message: Update README.md
branch: master
commit_author: Github Actions <actions@github.com>
- run: .github/scripts/gpg-setup.sh
env:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand All @@ -51,3 +44,10 @@ jobs:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
- run: ~/.bin/amm .github/scripts/generate-readme.sc
- uses: stefanzweifel/git-auto-commit-action@v4.1.6
with:
file_pattern: README.md
commit_message: Update README.md
branch: master
commit_author: Github Actions <actions@github.com>

0 comments on commit 9467f3f

Please sign in to comment.