Skip to content

Commit

Permalink
fix: fix release push not work (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH authored Jan 15, 2024
1 parent 4b17958 commit 8240a68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
directory: pages
github_url: https://github.com/IceWhaleTech/icewhaletech.github.io
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

branch: main


0 comments on commit 8240a68

Please sign in to comment.