Skip to content

Commit

Permalink
Fix: Creation of tag for gh-pages on release
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed Oct 29, 2023
1 parent 743d3a0 commit c161f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c161f5d

Please sign in to comment.