Skip to content

Commit

Permalink
-- fix
Browse files Browse the repository at this point in the history
 - split job config file
  • Loading branch information
NoahAmethyst committed Apr 26, 2023
1 parent 525cfb2 commit 252f72f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
version: 1.19
args: |
release --clean --config .goreleaser.yaml
env:
Expand Down
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ archives:
- README*
- CHANGELOG*
- config.yml
- job_config.yml
- job_config.yml

builds:

0 comments on commit 252f72f

Please sign in to comment.