Skip to content

Commit

Permalink
Fix auto releasing in github (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes authored Jul 23, 2020
1 parent 59a612d commit c9003f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
name: Tag
runs-on: ubuntu-latest
steps:
- name: Set $TAG env var
run: echo "${{github.ref}}" | sed 's/refs\/tags\///' | xargs -I $ echo "::set-env name=TAG::$"
- name: Create Github Release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit c9003f2

Please sign in to comment.