Skip to content

Commit

Permalink
Fix update docs in release workflow (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
irux authored Jun 21, 2023
1 parent e0eae8d commit fc5fb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Update gh-pages
uses: ./.github/actions/update-docs
with:
tag: ${{ needs.release-to-pypi.outputs.release-tag }}
tag: ${{ needs.create-github-release-push-tag.outputs.release-tag }}
username: ${{ secrets.GH_USERNAME }}
email: ${{ secrets.GH_EMAIL }}
token: ${{ secrets.GH_TOKEN }}

0 comments on commit fc5fb1c

Please sign in to comment.