We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19964a8 commit 61af5b8Copy full SHA for 61af5b8
.github/workflows/release.yml
@@ -11,8 +11,8 @@ jobs:
11
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
12
runs-on: Ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v1
15
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@master
+ - uses: actions/setup-node@master
16
with:
17
registry-url: "https://registry.npmjs.org"
18
- run: git switch master
0 commit comments