-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61cd6e9
commit 0650206
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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |