diff --git a/.changes/unreleased/Dependency-20241111-180027.yaml b/.changes/unreleased/Dependency-20241111-180027.yaml new file mode 100644 index 00000000..300f4b20 --- /dev/null +++ b/.changes/unreleased/Dependency-20241111-180027.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 +time: 2024-11-11T18:00:27.051266456Z diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9da35b74..7ec585cb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -84,7 +84,7 @@ jobs: git tag -f ${{ steps.version.outputs.RELEASE_VERSION }} -m "Cut Release '${{ steps.version.outputs.RELEASE_VERSION }}'" git push -f origin refs/tags/${{ steps.version.outputs.RELEASE_VERSION }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6.0.0 + uses: goreleaser/goreleaser-action@v6.1.0 with: args: release --clean --release-notes=../.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md workdir: ./src