Skip to content

Commit 1b520cd

Browse files
committed
create local SemVer tag
1 parent 5991cf4 commit 1b520cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/plugin.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
if: ${{ startsWith(github.ref, 'refs/tags/controller-') }}
3939
run: echo "GORELEASER_CURRENT_TAG=${{ github.ref }}" | sed 's/refs\/tags\/controller-//' >> $GITHUB_ENV
4040

41+
- name: Create local SemVer tag
42+
run: git tag "${{ env.GORELEASER_CURRENT_TAG }}"
43+
4144
- name: Run GoReleaser
4245
if: ${{ startsWith(github.ref, 'refs/tags/controller-') }}
4346
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0

0 commit comments

Comments
 (0)