Skip to content

Commit

Permalink
fix(lib): Fix release pipeline
Browse files Browse the repository at this point in the history
The code needs to be checked out for the next step to work
  • Loading branch information
skorfmann committed Sep 22, 2021
1 parent e055d9f commit d2a083a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
container:
image: docker.mirror.hashicorp.services/hashicorp/jsii-terraform
steps:
- uses: actions/checkout@v2
- name: Download build artifacts
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit d2a083a

Please sign in to comment.