Skip to content

Commit cd8147a

Browse files
committed
Fix: Fix building of release
1 parent fef2882 commit cd8147a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tags.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ jobs:
232232
fetch-depth: 0
233233

234234
# Release version setup
235-
- uses: ./.github/actions/get-release-version
235+
- name: version_number
236+
uses: ./.github/actions/get-release-version
236237

237238
- name: Checkout gh-pages
238239
uses: actions/checkout@v4
@@ -268,6 +269,7 @@ jobs:
268269
uses: WyriHaximus/github-action-helm3@v3
269270
with:
270271
exec: cd gh-pages && rm -rf .git && helm repo index . --url https://bokysan.github.io/docker-postfix
272+
271273
- name: Upload gh-pages
272274
uses: peaceiris/actions-gh-pages@v3
273275
with:

0 commit comments

Comments
 (0)