Skip to content

Commit

Permalink
gh release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9849 committed Jul 23, 2023
1 parent c5469e7 commit 4e9f445
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ jobs:
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
run: mvn --no-transfer-progress --batch-mode clean deploy -P release

- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.releaseVersion }}
release_name: ${{ github.event.inputs.releaseVersion }}

- name: Get artifacts
run: |
mkdir push
Expand All @@ -64,5 +55,6 @@ jobs:
- name: Github release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.event.inputs.releaseVersion }}
fail_on_unmatched_files: true
files: push/*

0 comments on commit 4e9f445

Please sign in to comment.