mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 22:44:59 +08:00
Fix: Creation of tag for gh-pages on release
This commit is contained in:
parent
743d3a0a86
commit
c161f5d018
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tags.yml
vendored
2
.github/workflows/tags.yml
vendored
|
@ -275,7 +275,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./gh-pages
|
publish_dir: ./gh-pages
|
||||||
tag_name: gh-pages-${{ steps.version_number.outputs.RELEASE_VERSION }}
|
tag_name: gh-pages-${{ env.RELEASE_VERSION }}
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|
Loading…
Add table
Reference in a new issue