We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c2315 commit 187167eCopy full SHA for 187167e
1 file changed
.github/workflows/release.yaml
@@ -40,6 +40,13 @@ jobs:
40
with:
41
config-file: release-please-config.json
42
43
+ - name: Fetch tags
44
+ run: git fetch --force --tags
45
+
46
+ - name: Checkout release tag
47
+ if: ${{ steps.release.outputs.release_created }}
48
+ run: git checkout ${{ steps.release.outputs.tag_name }}
49
50
- name: Publish release artifacts
51
if: ${{ steps.release.outputs.release_created }}
52
uses: goreleaser/goreleaser-action@v6
0 commit comments