We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258cd00 commit 050aa11Copy full SHA for 050aa11
.github/workflows/release.yml
@@ -16,7 +16,6 @@ jobs:
16
run: mvn versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit
17
env:
18
RELEASE_VERSION: ${{ github.event.release.tag_name }}
19
- # see: https://github.com/keybase/keybase-issues/issues/2798
20
- name: Release Maven package
21
uses: samuelmeuli/action-maven-publish@v1
22
with:
0 commit comments