Skip to content

Commit c9003f2

Browse files
authored
Fix auto releasing in github (#12)
1 parent 59a612d commit c9003f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
name: Tag
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Set $TAG env var
15+
run: echo "${{github.ref}}" | sed 's/refs\/tags\///' | xargs -I $ echo "::set-env name=TAG::$"
1416
- name: Create Github Release
1517
uses: actions/create-release@v1
1618
env:

0 commit comments

Comments
 (0)