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 d6459f2 commit f28aba1Copy full SHA for f28aba1
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-go@v5
17
with:
18
- go-version: stable
+ go-version: '1.23.7'
19
- run: go mod tidy
20
- name: golangci-lint
21
uses: golangci/golangci-lint-action@v7
.github/workflows/build.yml .github/workflows/release.yml.github/workflows/build.yml renamed to .github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: build-image
+name: release
2
3
on:
4
push:
@@ -48,3 +48,8 @@ jobs:
48
ghcr.io/${{ env.REPO_NAME }}:${{ env.MAJOR }}.${{ env.MINOR }}
49
ghcr.io/${{ env.REPO_NAME }}:${{ env.MAJOR }}
50
ghcr.io/${{ env.REPO_NAME }}:latest
51
+
52
+ - name: Release Changelog Builder
53
+ uses: mikepenz/release-changelog-builder-action@v5
54
+ with:
55
+ token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments