Skip to content

Commit

Permalink
chore(GHA) use gh CLI to publish artefact to release (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal committed Jul 11, 2023
1 parent 8901b91 commit ac02861
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
-O $FILE_NAME-$PROJECT_VERSION.jar
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-asset@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: ./${{ steps.fetch-artifact.outputs.file-name }}-${{ steps.set-version.outputs.project-version }}.jar
name: ${{ steps.fetch-artifact.outputs.file-name }}-${{ steps.set-version.outputs.project-version }}.jar
run: gh release upload ${{ steps.set-version.outputs.project-version }} ./${{ steps.fetch-artifact.outputs.file-name }}-${{ steps.set-version.outputs.project-version }}.jar

0 comments on commit ac02861

Please sign in to comment.