Skip to content

Commit

Permalink
Correct release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ynojima committed Jun 20, 2020
1 parent d4e744b commit e905580
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: ./gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true --stacktrace

- name: Create release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,7 +36,6 @@ jobs:
prerelease: false

- name: Upload release uber-jar asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -46,7 +46,6 @@ jobs:
asset_content_type: application/java-archive

- name: Upload release executable asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e905580

Please sign in to comment.