mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (#402)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
06f85dda9a
commit
8eede63988
1 changed files with 1 additions and 1 deletions
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
if: env.SNAPCRAFT_LOGIN != null
|
||||
run: snapcraft login --with <(echo "$SNAPCRAFT_LOGIN")
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
uses: goreleaser/goreleaser-action@v3
|
||||
with:
|
||||
version: latest
|
||||
args: release --snapshot --skip-publish --skip-sign --rm-dist
|
||||
|
|
Loading…
Reference in a new issue