Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHibnik committed Jan 2, 2025
1 parent 5de3c74 commit e9a7423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
git add --all
git commit -m "Bump docs version"
- name: Push to github branch main
run:
git push origin main --tags
run: |
git push origin main --tags
- name: Create draft release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e9a7423

Please sign in to comment.