Skip to content

Commit

Permalink
Merge pull request #101 from OpsLevel/dependabot/github_actions/gorel…
Browse files Browse the repository at this point in the history
…easer/goreleaser-action-4.4.0

Bump goreleaser/goreleaser-action from 4.2.0 to 4.4.0
  • Loading branch information
davidbloss authored Aug 21, 2023
2 parents 506c3dc + d5b8b13 commit c27e06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
gh release delete ${{ steps.version.outputs.RELEASE_VERSION }} || true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4.2.0
uses: goreleaser/goreleaser-action@v4.4.0
with:
args: release --rm-dist --release-notes=../.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md
workdir: ./src
Expand Down

0 comments on commit c27e06f

Please sign in to comment.