Skip to content

Commit 7e27ec9

Browse files
dependabot[bot]hansmi
authored andcommittedAug 9, 2024
Bump hansmi/ghactions-goreleaser-workflow from 0.2 to 0.3
Bumps [hansmi/ghactions-goreleaser-workflow](https://github.com/hansmi/ghactions-goreleaser-workflow) from 0.2 to 0.3. - [Commits](hansmi/ghactions-goreleaser-workflow@v0.2...v0.3) --- updated-dependencies: - dependency-name: hansmi/ghactions-goreleaser-workflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e32a178 commit 7e27ec9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: {}
99

1010
jobs:
1111
release:
12-
uses: hansmi/ghactions-goreleaser-workflow/.github/workflows/release.yaml@v0.2
12+
uses: hansmi/ghactions-goreleaser-workflow/.github/workflows/release.yaml@v0.3
1313
permissions:
1414
contents: write
1515
packages: write

‎.goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Configuration for GoReleaser
22
# https://goreleaser.com/
33

4+
version: 2
5+
46
project_name: prometheus-lvm-exporter
57

68
builds:

0 commit comments

Comments
 (0)