Skip to content

Commit

Permalink
gemfury
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Feb 3, 2024
1 parent 052e6fc commit c4fac68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
save-always: true
restore-keys: |
${{ runner.os }}-go-
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
save-always: true
restore-keys: |
${{ runner.os }}-go-
Expand Down
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,14 @@ nfpms:

snapcrafts:
- name_template: "{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
title: Dottie
summary: Make .env file management easier
description: |
Hello world
Make working with .env files easier
publish: true
license: MIT
grade: stable
confinement: classic
publish: true
disable: "{{ if .IsNightly }}true{{ end }}"

sboms:
Expand Down Expand Up @@ -344,8 +346,6 @@ release:
**Full Changelog**: https://github.com/jippi/dottie/compare/{{ .PreviousTag }}...{{ if .IsNightly }}nightly{{ else }}{{ .Tag }}{{ end }}
publishers:
- name: gemfury-repo
- name: gemfury
dir: "{{ dir .ArtifactPath }}"
cmd: curl -s -F p1=@{{ .ArtifactName }} https://{{ .Env.FURY_PUSH_TOKEN }}@push.fury.io/cli/
ids:
- packages
cmd: curl -s -F p1=@{{ .ArtifactName }} https://{{ .Env.FURY_PUSH_TOKEN }}@push.fury.io/jippi/

0 comments on commit c4fac68

Please sign in to comment.