diff --git a/.changes/unreleased/Dependency-20240513-173922.yaml b/.changes/unreleased/Dependency-20240513-173922.yaml new file mode 100644 index 00000000..cfc143f4 --- /dev/null +++ b/.changes/unreleased/Dependency-20240513-173922.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 +time: 2024-05-13T17:39:22.479641091Z diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6e7c6d52..fb010dcb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -82,7 +82,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@v5.0.0 + uses: goreleaser/goreleaser-action@v5.1.0 with: args: release --clean --release-notes=../.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md workdir: ./src