Skip to content

Commit

Permalink
goreleaser again
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Sep 15, 2020
1 parent 86e5d28 commit d0c3935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
make tests
goreleaser:
if: ${{ github.ref == 'refs/heads/master' }}
# if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ archives:
linux: Linux
386: i386
amd64: x86_64


checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
release:
github:

0 comments on commit d0c3935

Please sign in to comment.