Skip to content

Commit

Permalink
ci: fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Enda Phelan committed May 7, 2021
1 parent 407a510 commit f1c1885
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ on:
- main
- refs/tags/*
jobs:
package:
generate_changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 1

- name: Fetch changes
run: git fetch --prune --tags --unshallow

-
name: Install git-chglog
uses: craicoverflow/[email protected]
Expand Down

0 comments on commit f1c1885

Please sign in to comment.