File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ permissions:
1717jobs :
1818 goreleaser :
1919 runs-on : ubuntu-latest
20- env :
21- SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_TOKEN }}
2220 steps :
2321 - uses : actions/checkout@v4
2422 with :
@@ -34,12 +32,10 @@ jobs:
3432 with :
3533 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
3634 passphrase : ${{ secrets.GPG_PASSPHRASE }}
37- - name : Install Snapcraft
38- uses : samuelmeuli/action-snapcraft@v2
3935 - name : Run GoReleaser
4036 uses : goreleaser/goreleaser-action@v5
4137 with :
4238 args : release --clean
4339 env :
4440 GITHUB_TOKEN : ${{ secrets.CLI_RELEASE }}
45- GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
41+ GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
Original file line number Diff line number Diff line change @@ -79,17 +79,4 @@ brews:
7979 # if the tag has a prerelease indicator (e.g. v0.0.1-alpha1)
8080 # Not setting it for now so we can publish prerelease tags
8181 # skip_upload: auto
82-
83- snapcrafts :
84- # IDs of the builds for which to create packages for
85- builds :
86- - linux-builds
87- # The name of the snap
88- name : stackit-cli
89- # The canonical title of the application, displayed in the software
90- # centre graphical frontends
91- title : STACKIT CLI
92- publish : true
93- summary : A command-line interface to manage STACKIT resources.
94- description : A command-line interface to manage STACKIT resources.
95- license : Apache-2.0
82+
You can’t perform that action at this time.
0 commit comments