Skip to content

Commit

Permalink
chore: generate goreleaser config on the fly (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
3rs4lg4d0 committed Oct 22, 2023
1 parent b816169 commit c8023f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Generate goreleaser config
run: |
echo "builds:" > .goreleaser.yaml
echo " - skip: true" >> .goreleaser.yaml
- name: Create release
uses: go-semantic-release/action@v1
with:
Expand Down
2 changes: 0 additions & 2 deletions .goreleaser.yaml

This file was deleted.

0 comments on commit c8023f7

Please sign in to comment.