Skip to content

Commit 6a9749e

Browse files
authored
Update release.yml
1 parent 0504ad8 commit 6a9749e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: Release
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- next
77
- beta
8-
- "*.x" # maintenance release branches, e.g. 1.x
8+
- "*.x"
99
jobs:
1010
release:
1111
name: release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v2
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16
1818
cache: npm

0 commit comments

Comments
 (0)