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 68f3699 commit c9a529aCopy full SHA for c9a529a
.github/workflows/release.yml
@@ -11,7 +11,7 @@ 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
+ - uses: actions/checkout@v2
15
- uses: actions/setup-node@v1
16
with:
17
registry-url: "https://registry.npmjs.org"
0 commit comments