Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit 007ea70

Browse files
committed
build: fix release branch
1 parent a98b127 commit 007ea70

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
test:
11+
verification:
12+
name: Test & Build
1213
runs-on: ubuntu-latest
1314

1415
steps:

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
test:
11+
release:
12+
name: Test, Build & Release
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"branches": ["master"],
2+
"branches": ["main"],
33
"dryRun": true
44
}

0 commit comments

Comments
 (0)