Skip to content

Commit

Permalink
fix: ci/cd goreleaser and unnamed workflow (#24)
Browse files Browse the repository at this point in the history
* feat: give name to workflow instead of just build-and-test

* bump version goreleaser v4
  • Loading branch information
mdanialr authored Jan 26, 2023
1 parent b6134a2 commit e6848ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on: workflow_call

jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: 1.19

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit e6848ac

Please sign in to comment.