Skip to content

Commit

Permalink
Fix: Fix building of release
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed Oct 27, 2023
1 parent fef2882 commit cd8147a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ jobs:
fetch-depth: 0

# Release version setup
- uses: ./.github/actions/get-release-version
- name: version_number
uses: ./.github/actions/get-release-version

- name: Checkout gh-pages
uses: actions/checkout@v4
Expand Down Expand Up @@ -268,6 +269,7 @@ jobs:
uses: WyriHaximus/github-action-helm3@v3
with:
exec: cd gh-pages && rm -rf .git && helm repo index . --url https://bokysan.github.io/docker-postfix

- name: Upload gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit cd8147a

Please sign in to comment.