Skip to content

Commit

Permalink
ci(github): update goreleaser job
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed May 12, 2024
1 parent f703317 commit 9e4ad1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ permissions:
jobs:
docker:
name: Docker
uses: deadnews/deadnews-template-docker/.github/workflows/docker-reusable.yml@latest
uses: deadnews/deadnews-template-docker/.github/workflows/docker-reusable.yml@main
with:
build-platforms: linux/amd64
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ jobs:
go-version: stable

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
with:
version: latest
args: release --clean --draft ${{ env.DRAFT }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9e4ad1e

Please sign in to comment.