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 16f5e90 commit f68df1eCopy full SHA for f68df1e
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
tags:
6
- - "kubeadm-join-config-*"
+ - "v*"
7
8
env:
9
GORELEASER_VERSION: "v2.2.0"
@@ -21,13 +21,10 @@ jobs:
21
- name: Fetch tags
22
run: git fetch --force --tags
23
24
- - name: Set GORELEASER_PREVIOUS_TAG
25
- run: echo "GORELEASER_PREVIOUS_TAG=$(git tag -l "kubeadm-join-config-*" --sort=-version:refname | head -n 2 | tail -n 1)" >> $GITHUB_ENV
26
-
27
- name: GoReleaser
28
uses: goreleaser/goreleaser-action@v6
29
with:
30
version: ${{ env.GORELEASER_VERSION }}
31
- args: release --skip=validate
+ args: release
32
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments