Skip to content

Commit

Permalink
Skip checkout in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Nov 26, 2021
1 parent 469514a commit 154e953
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Use Node.js 16
uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -213,11 +217,6 @@ jobs:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Download CDK Construct build artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 154e953

Please sign in to comment.