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

Commit a7245eb

Browse files
authored
chore: use main for release
1 parent 6fb78f5 commit a7245eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ jobs:
100100

101101
Release:
102102
needs: [Test, CommitLint, Lint]
103-
if: github.ref == 'refs/heads/master' &&
103+
if: github.ref == 'refs/heads/main' &&
104104
github.event.repository.fork == false
105105
runs-on: ubuntu-latest
106106
steps:
107107
- uses: actions/checkout@v2
108-
- uses: UziTech/action-setup-atom@v1
108+
- uses: UziTech/action-setup-atom@v2
109109
- uses: actions/setup-node@v3
110110
with:
111111
node-version: "lts/*"

0 commit comments

Comments
 (0)