Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Sep 29, 2019
1 parent 3fbe054 commit e22740e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: hub help
run: hub help
- name: hub release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: ${{ toJson(github.event.release.tag_name) }}
run: hub release
- name: attache composer.json to Release
env:
Expand Down

0 comments on commit e22740e

Please sign in to comment.