Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana authored Sep 29, 2019
1 parent b91a677 commit b78da7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: attache composer.lock to Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: ${{ toJson(github.event.release.tag_name) }}
TAG: ${{ (github.event.release.tag_name) }}
run: hub release edit $TAG --attach composer.lock --message="$TAG"

build:
Expand Down

0 comments on commit b78da7f

Please sign in to comment.