Skip to content

Commit

Permalink
Fetch history on Github Actions to generate release notes (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes authored Jul 28, 2020
1 parent 7967085 commit 178318c
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 @@ -14,6 +14,8 @@ jobs:

- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0

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

0 comments on commit 178318c

Please sign in to comment.