Skip to content

Commit

Permalink
Investigate publishing failure
Browse files Browse the repository at this point in the history
due to `! [rejected]        v0.8.2        -> v0.8.2  (would clobber existing tag)`
  • Loading branch information
big-andy-coates committed Nov 3, 2022
1 parent fd77b19 commit cfd731e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ jobs:
ORG_GRADLE_PROJECT_SONA_PASSWORD: ${{ secrets.SONA_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git fetch --tags --unshallow
# todo
echo starting
git tag
echo fetching tags
git fetch --tag --unshallow
echo publishing
./gradlew publish closeSonatypeStagingRepository
build-release:
Expand Down

0 comments on commit cfd731e

Please sign in to comment.