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 277d688 commit 205b420Copy full SHA for 205b420
.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@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
0 commit comments