Skip to content

Commit

Permalink
chore: try to push to origin nightly-release
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzrobin committed Dec 10, 2024
1 parent 141048d commit 4ba205b
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 @@ -91,7 +91,7 @@ jobs:
- name: Build
run: pnpm run build

publish:
release:
needs:
- check_date
- build
Expand Down Expand Up @@ -125,6 +125,6 @@ jobs:
author_name: Leonidas
author_email: [email protected]
message: 'nightly release ${{steps.datetime.outputs.release_date}} ⚡'
push: origin HEAD:${{ github.head_ref }}
push: 'origin nightly-release'
- name: Release
run: pnpm run release

0 comments on commit 4ba205b

Please sign in to comment.