Skip to content

Commit

Permalink
chore: use v2 checkout for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed May 31, 2022
1 parent d5139b5 commit f332371
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit f332371

Please sign in to comment.