From ea01b9924a9a929ad22187287a5bb7dc4dd2660d Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Mon, 11 Dec 2023 23:10:18 +0100 Subject: [PATCH] Switch to versioned workflow for GoReleaser --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d367dba..f63eeb0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ permissions: {} jobs: release: - uses: hansmi/ghactions-goreleaser-workflow/.github/workflows/release.yaml@stable + uses: hansmi/ghactions-goreleaser-workflow/.github/workflows/release.yaml@v0.1 permissions: contents: write packages: write