mirror of
https://github.com/lukaszraczylo/go-telegram.git
synced 2026-06-18 03:44:03 +00:00
chore(ci): bump goreleaser-action v6 -> v7 (#5)
Node 20 deprecation. v7 release notes call out only node24+ESM internal changes; inputs/outputs unchanged from v6.
This commit is contained in:
@@ -258,7 +258,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
if: github.event_name != 'workflow_dispatch' || inputs.dry-run-release == false
|
if: github.event_name != 'workflow_dispatch' || inputs.dry-run-release == false
|
||||||
uses: goreleaser/goreleaser-action@v6
|
uses: goreleaser/goreleaser-action@v7
|
||||||
with:
|
with:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
version: '~> v2'
|
version: '~> v2'
|
||||||
|
|||||||
Reference in New Issue
Block a user