Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 5 to 6 in the github-deps group (
Browse files Browse the repository at this point in the history
#218)

* Bump goreleaser/goreleaser-action from 5 to 6 in the github-deps group

Bumps the github-deps group with 1 update: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action).


Updates `goreleaser/goreleaser-action` from 5 to 6
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v5...v6)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-deps
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update release.yaml (#219)

* Update release.yaml

Signed-off-by: Ondrej Fabry <ondrej@fabry.dev>

* Update .goreleaser.yml

Signed-off-by: Ondrej Fabry <ondrej@fabry.dev>

* Update .goreleaser.yml

Signed-off-by: Ondrej Fabry <ondrej@fabry.dev>

---------

Signed-off-by: Ondrej Fabry <ondrej@fabry.dev>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ondrej Fabry <ondrej@fabry.dev>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ondrej Fabry <ondrej@fabry.dev>
  • Loading branch information
dependabot[bot] and ondrej-fabry authored Jun 14, 2024
1 parent 13c6e6f commit fb8ca25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ jobs:

- name: "Release Version"
if: success() && startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOSTNAME: github

- name: "Release Snapshot"
if: success() && !startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v2'
args: release --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# documentation at http://goreleaser.com
---
version: 2
project_name: govpp

builds:
Expand Down Expand Up @@ -44,7 +45,6 @@ checksum:
name_template: 'checksums.txt'

changelog:
skip: false
sort: asc
filters:
exclude:
Expand Down

0 comments on commit fb8ca25

Please sign in to comment.