mygithub.libinneed.workers.dev/stackitcloud/stackit-cli
Advanced tools
@@ -28,1 +28,13 @@ name: CI | ||
| run: make test | ||
| config: | ||
| name: Check GoReleaser config | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
| - name: Check GoReleaser | ||
| uses: goreleaser/goreleaser-action@v6 | ||
| with: | ||
| args: check |
+4
-4
@@ -48,6 +48,6 @@ version: 2 | ||
| archives: | ||
| - format: tar.gz | ||
| - formats: [ 'tar.gz' ] | ||
| format_overrides: | ||
| - goos: windows | ||
| format: zip | ||
| formats: [ 'zip' ] | ||
@@ -70,3 +70,3 @@ release: | ||
| # IDs of the builds for which to create packages for | ||
| builds: | ||
| ids: | ||
| - linux-builds | ||
@@ -119,3 +119,3 @@ package_name: stackit | ||
| # IDs of the builds for which to create packages for | ||
| - builds: | ||
| - ids: | ||
| - linux-builds | ||
@@ -122,0 +122,0 @@ # The name of the snap |