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 fd1e71a commit 16f5e90Copy full SHA for 16f5e90
.github/workflows/release.yml
@@ -21,10 +21,13 @@ 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 }}
- args: release
31
+ args: release --skip=validate
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments