mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-10 08:55:39 +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:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./gh-pages
|
||||
tag_name: gh-pages-${{ steps.version_number.outputs.RELEASE_VERSION }}
|
||||
tag_name: gh-pages-${{ env.RELEASE_VERSION }}
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
|
Loading…
Reference in a new issue