We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a612d commit c9003f2Copy full SHA for c9003f2
1 file changed
.github/workflows/tag.yml
@@ -11,6 +11,8 @@ jobs:
11
name: Tag
12
runs-on: ubuntu-latest
13
steps:
14
+ - name: Set $TAG env var
15
+ run: echo "${{github.ref}}" | sed 's/refs\/tags\///' | xargs -I $ echo "::set-env name=TAG::$"
16
- name: Create Github Release
17
uses: actions/create-release@v1
18
env:
0 commit comments