Skip to content

Commit

Permalink
Merge pull request #6 from GreenSpaceNASA/fix-tags
Browse files Browse the repository at this point in the history
fix(ci): get tags
  • Loading branch information
jorgechato authored Oct 27, 2023
2 parents a99f83f + b165204 commit a59ceda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changelog-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Get tags
run: git fetch --tags origin

- name: Setup go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit a59ceda

Please sign in to comment.