Skip to content

Commit

Permalink
double checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Jan 22, 2024
1 parent 445548a commit 2d7e391
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/call_release_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
name: ${{ env.ARTIFACT_NAME }}
if-no-files-found: error
path: |
./pom.xml
**/apps/pom.xml
# ./pom.xml
# **/apps/pom.xml
**/apps/onboarding-functions/**
**/libs/**
# **/libs/**
release:
name: 'Release'
Expand All @@ -57,6 +57,11 @@ jobs:

steps:

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
name: Checkout
with:
fetch-depth: 0

- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935
name: Download Artifact
with:
Expand Down

0 comments on commit 2d7e391

Please sign in to comment.