Skip to content

Commit

Permalink
Fix release workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
worleydl committed Sep 10, 2020
1 parent bed05ea commit 4fdfe06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Stage jar
run: cp target/*.jar payload-component-${{ env.RELEASE_VERSION }}.jar
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -33,6 +34,7 @@ jobs:
draft: false
prerelease: false
- name: Upload Release
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4fdfe06

Please sign in to comment.