Skip to content

Commit

Permalink
ci: try to push to right place
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzrobin committed Dec 9, 2024
1 parent 61cd6e9 commit 0650206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ jobs:
with:
# Required by wagoid/commitlint-github-action
fetch-depth: 0
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
Expand All @@ -126,5 +125,6 @@ jobs:
author_name: Leonidas
author_email: [email protected]
message: 'nightly release ${{steps.datetime.outputs.release_date}} ⚡'
push: origin HEAD:${{ github.head_ref }}
- name: Release
run: pnpm run release

0 comments on commit 0650206

Please sign in to comment.