Skip to content

Commit

Permalink
Remove snap target for now
Browse files Browse the repository at this point in the history
It makes more trouble than it is useful at the moment. Removing support for `snap`.
  • Loading branch information
HeavyWombat committed Apr 15, 2023
1 parent 35afb24 commit 86654f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
with:
go-version: 1.19.x

- name: Setup Snapcraft
run: |
sudo snap install snapcraft --classic
snapcraft login
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
SNAPCRAFT_BUILD_ENVIRONMENT: host

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
13 changes: 0 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,3 @@ brews:
skip_upload: false
test: |
system "#{bin}/dyff version"
snapcrafts:
- id: dyff
publish: true
summary: "YAML diff tool"
description: "δyƒƒ /ˈdʏf/ - A diff tool for YAML files, and sometimes JSON"
grade: stable
confinement: strict
license: MIT
base: bare
apps:
dyff:
plugs: ["home", "network"]

0 comments on commit 86654f8

Please sign in to comment.