We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32a178 commit 7e27ec9Copy full SHA for 7e27ec9
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ permissions: {}
9
10
jobs:
11
release:
12
- uses: hansmi/ghactions-goreleaser-workflow/.github/workflows/release.yaml@v0.2
+ uses: hansmi/ghactions-goreleaser-workflow/.github/workflows/release.yaml@v0.3
13
permissions:
14
contents: write
15
packages: write
.goreleaser.yml
@@ -1,6 +1,8 @@
1
# Configuration for GoReleaser
2
# https://goreleaser.com/
3
4
+version: 2
5
+
6
project_name: prometheus-lvm-exporter
7
8
builds:
0 commit comments