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 7967085 commit 178318cCopy full SHA for 178318c
1 file changed
.github/workflows/tag.yml
@@ -14,6 +14,8 @@ jobs:
14
15
- name: Check out code
16
uses: actions/checkout@v2
17
+ with:
18
+ fetch-depth: 0
19
20
- name: Set $TAG env var
21
run: echo "${{github.ref}}" | sed 's/refs\/tags\///' | xargs -I $ echo "::set-env name=TAG::$"
0 commit comments