diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6aacdaad..2723b4e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: name: Set up Snapcraft run: | sudo apt-get update - sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft=8.0.5 + sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft - name: Dockerhub Login run: | diff --git a/.goreleaser.yml b/.goreleaser.yml index 37048dae..4a103163 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -61,20 +61,20 @@ brews: name: homebrew-plenti homepage: "https://plenti.co/" description: "Dead simple SSG with Svelte frontend and Go CLI." -snapcrafts: - - - id: plenti - name: plenti - publish: true # publish the snap to the snapcraft store. - summary: A simple static site generator for the JAMstack. - description: Dead simple SSG with Svelte frontend and Go CLI. - grade: stable - confinement: strict - license: Apache-2.0 - # allow read/write to user's filesystem. - apps: - plenti: - plugs: ["home", "network-bind", "removable-media"] +#snapcrafts: +# - +# id: plenti +# name: plenti +# publish: true # publish the snap to the snapcraft store. +# summary: A simple static site generator for the JAMstack. +# description: Dead simple SSG with Svelte frontend and Go CLI. +# grade: stable +# confinement: strict +# license: Apache-2.0 +# # allow read/write to user's filesystem. +# apps: +# plenti: +# plugs: ["home", "network-bind", "removable-media"] #scoop: # bucket: # owner: plentico