Skip to content

Commit

Permalink
build(app): prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed Nov 14, 2023
1 parent 2c10e80 commit 3e648f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,15 @@ nfpms:
- docker-compose
- nss
publishers:
- name: fury.io
ids:
- packages
env:
- 'FURY_TOKEN={{ .Env.FURY_TOKEN }}'
cmd: ./.github/scripts/fury-upload.sh {{ .ArtifactName }}
disable: "{{ if .Prerelease }}true{{ end }}"

aurs:
- homepage: https://local-deploy.github.io
Expand All @@ -108,6 +110,7 @@ aurs:
commit_author:
name: dlbot
email: dl@varme.pw
skip_upload: auto

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 3e648f3

Please sign in to comment.