Skip to content

Commit 205b420

Browse files
committed
create local SemVer tag
1 parent 277d688 commit 205b420

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@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0

0 commit comments

Comments
 (0)