-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: try to push to origin nightly-release
- Loading branch information
1 parent
141048d
commit 4ba205b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ jobs: | |
- name: Build | ||
run: pnpm run build | ||
|
||
publish: | ||
release: | ||
needs: | ||
- check_date | ||
- build | ||
|
@@ -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 |