We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fa301 commit 6abb989Copy full SHA for 6abb989
.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@v2
15
- - uses: actions/setup-node@v2
+ - 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