Skip to content

Commit

Permalink
Merge pull request #8 from GreenSpaceNASA/fix-ci
Browse files Browse the repository at this point in the history
fix(ci): get tags
  • Loading branch information
jorgechato authored Oct 28, 2023
2 parents 600bad5 + dbfaa86 commit e9fb48d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/changelog-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-tags: true
fetch-tags: 'true'
fetch-depth: 0
run: |
git config user.name github-actions
git config user.email github-actions@github.com
- name: Setup go
uses: actions/setup-go@v4
Expand Down

0 comments on commit e9fb48d

Please sign in to comment.