Skip to content

Commit

Permalink
fix: somehow forgot to add a v before the action version
Browse files Browse the repository at this point in the history
  • Loading branch information
MirrorBytes committed Dec 23, 2020
1 parent 46cb3b1 commit ebe4b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node: [10.x, 12.x]

steps:
- uses: actions/checkout@2
- uses: actions/checkout@v2

- name: Setup nodejs
uses: actions/setup-node@v2-beta
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@2
- uses: actions/checkout@v2

- name: Setup nodejs
uses: actions/setup-node@v2-beta
Expand Down

0 comments on commit ebe4b8d

Please sign in to comment.