Skip to content

Commit

Permalink
fix: docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenoo committed Jan 7, 2025
1 parent 920f6a8 commit ef1fa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add .
git commit -m 'chore: generate docs'
git push origin HEAD:${{ github.ref_name }}
git push origin master
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit ef1fa20

Please sign in to comment.