We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3ef20 commit edc22c4Copy full SHA for edc22c4
.github/workflows/release.yaml
@@ -7,6 +7,7 @@ on:
7
8
permissions:
9
contents: write
10
+ packages: write
11
12
jobs:
13
goreleaser:
.goreleaser.yaml
@@ -33,6 +33,8 @@ kos:
33
main: ./cmd/mangosql
34
repository: ghcr.io/kefniark/mango-sql
35
sbom: none
36
+ bare: true
37
+ preserve_import_paths: false
38
39
platforms:
40
- linux/amd64
0 commit comments