Skip to content

Commit 63fc029

Browse files
committed
Remove changes belonging to other branch
1 parent 0bb774e commit 63fc029

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ permissions:
1717
jobs:
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 }}

.goreleaser.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)