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 5eab4f0 commit a6c2f73Copy full SHA for a6c2f73
.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@master
15
- - uses: actions/setup-node@master
+ - uses: actions/checkout@v1
+ - uses: actions/setup-node@v1
16
with:
17
registry-url: "https://registry.npmjs.org"
18
- run: git switch master
0 commit comments