Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk committed Dec 26, 2024
1 parent d33fb33 commit 3c046c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
### Aborting the release
In case you want to cancel everything and restart from a clean slate:
- Delete the tag and the branch: \`git push --delete origin $RELEASE_VERSION release/$RELEASE_VERSION\`
- Delete the release: \`gh release delete $RELEASE_VERSION\`"
- Delete the release: \`gh release delete $RELEASE_VERSION\`
- Delete the tag and the branch: \`git push --delete origin $RELEASE_VERSION release/$RELEASE_VERSION\`"
publish:
name: Publish to Maven Central Repository
Expand Down

0 comments on commit 3c046c7

Please sign in to comment.