Skip to content

Commit 61af5b8

Browse files
committed
change to master version
1 parent 19964a8 commit 61af5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
1212
runs-on: Ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1
15-
- uses: actions/setup-node@v1
14+
- uses: actions/checkout@master
15+
- uses: actions/setup-node@master
1616
with:
1717
registry-url: "https://registry.npmjs.org"
1818
- run: git switch master

0 commit comments

Comments
 (0)