Skip to content

Commit 178318c

Browse files
authored
Fetch history on Github Actions to generate release notes (#30)
1 parent 7967085 commit 178318c

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
@@ -14,6 +14,8 @@ jobs:
1414

1515
- name: Check out code
1616
uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Set $TAG env var
1921
run: echo "${{github.ref}}" | sed 's/refs\/tags\///' | xargs -I $ echo "::set-env name=TAG::$"

0 commit comments

Comments
 (0)