Skip to content

Commit d77a37d

Browse files
authored
Merge pull request #868 from replicatedhq/fix-github-release
Fetch tags --force in release job
2 parents 90e5e2b + dc9e3c8 commit d77a37d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Generate Changelog
153153
run: |
154-
git fetch --tags
154+
git fetch --tags -f
155155
lastTag=$(git tag | grep '^v20' | grep -v "$GIT_TAG" | sort | tail -1)
156156
docker run --rm \
157157
--env CHANGELOG_GITHUB_TOKEN \

0 commit comments

Comments
 (0)