Skip to content

Commit

Permalink
Fix release workflow without packages (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryCarrade committed Nov 24, 2020
1 parent 9c0de19 commit ee69c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# To trigger, create a tag (not a release) with semantic
# versioning (the tag must start with a v).
#
# git tag -a v0.2 -m "Version 0.2"
# git push --tags
# git tag -am "Version 0.2" v0.2
# git push && git push --tags
#
# This workflow will automatically:
# - build the project using Maven;
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
draft: true
prerelease: false

- name: Upload GitHub Release asset
- name: Add ${{ steps.project-name.outputs.result }} JAR to GitHub Release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ee69c4c

Please sign in to comment.