Fix: Creation of tag for gh-pages on release

This commit is contained in:
Bojan Čekrlić 2023-10-29 23:58:02 +01:00
parent 743d3a0a86
commit c161f5d018

View file

@ -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