Skip to content

Commit

Permalink
fix: add checkout to snapshot / release workflows (#4751)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal authored Oct 5, 2023
1 parent b20dd93 commit d8be81d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
if: github.repository == 'aws/karpenter'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create GitHub Release
uses: 'marvinpinto/action-automatic-releases@latest'
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
if: github.repository == 'aws/karpenter'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/install-deps
- uses: aws-actions/configure-aws-credentials@v1-node16
with:
Expand Down

0 comments on commit d8be81d

Please sign in to comment.