Skip to content

Commit

Permalink
[skip ci] release.yml to handle github release
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Feb 9, 2023
1 parent a36d045 commit 83cd1e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
- name: Create Github Release
uses: ncipollo/release-action@v1
with:
name: APIM-CLI ${{ github.event.inputs.releaseVersion }}
tag: ${{ github.event.inputs.releaseVersion }}
artifacts: "distribution/target/*.tar.gz,distribution/target/*.zip"
draft: true
# - name: RollBack Release
# if: ${{ failure() }}
# run: mvn release:rollback
Expand Down

0 comments on commit 83cd1e1

Please sign in to comment.