Skip to content

Commit

Permalink
fix: disables upstream verification
Browse files Browse the repository at this point in the history
  • Loading branch information
e-vasiltsov committed Nov 23, 2024
1 parent ecd1e57 commit 2831cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node.js 20
uses: actions/setup-node@v3
Expand Down
1 change: 1 addition & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://unpkg.com/release-it@17/schema/release-it.json",
"git": {
"requireUpstream": false,
"requireBranch": false,
"tag": false,
"commitMessage": "chore: release v${version}"
Expand Down

0 comments on commit 2831cbd

Please sign in to comment.