We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5991cf4 commit 1b520cdCopy full SHA for 1b520cd
.github/workflows/plugin.yaml
@@ -38,6 +38,9 @@ jobs:
38
if: ${{ startsWith(github.ref, 'refs/tags/controller-') }}
39
run: echo "GORELEASER_CURRENT_TAG=${{ github.ref }}" | sed 's/refs\/tags\/controller-//' >> $GITHUB_ENV
40
41
+ - name: Create local SemVer tag
42
+ run: git tag "${{ env.GORELEASER_CURRENT_TAG }}"
43
+
44
- name: Run GoReleaser
45
46
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
0 commit comments