mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-11 17:04:55 +08:00
Fix: Fix building of release
This commit is contained in:
parent
fef288268e
commit
cd8147a55c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
|
@ -232,7 +232,8 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
# Release version setup
|
# Release version setup
|
||||||
- uses: ./.github/actions/get-release-version
|
- name: version_number
|
||||||
|
uses: ./.github/actions/get-release-version
|
||||||
|
|
||||||
- name: Checkout gh-pages
|
- name: Checkout gh-pages
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -268,6 +269,7 @@ jobs:
|
||||||
uses: WyriHaximus/github-action-helm3@v3
|
uses: WyriHaximus/github-action-helm3@v3
|
||||||
with:
|
with:
|
||||||
exec: cd gh-pages && rm -rf .git && helm repo index . --url https://bokysan.github.io/docker-postfix
|
exec: cd gh-pages && rm -rf .git && helm repo index . --url https://bokysan.github.io/docker-postfix
|
||||||
|
|
||||||
- name: Upload gh-pages
|
- name: Upload gh-pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue