diff --git a/.github/workflows/app-component-build.yml b/.github/workflows/app-component-build.yml index 00c08a9..deb0642 100644 --- a/.github/workflows/app-component-build.yml +++ b/.github/workflows/app-component-build.yml @@ -45,6 +45,8 @@ jobs: steps: - name: CheckOut uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Generate a release tag uses: ./.github/actions @@ -65,6 +67,8 @@ jobs: steps: - name: CheckOut uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: chrisdickinson/setup-yq@latest - name: Get component versions @@ -127,6 +131,9 @@ jobs: - name: CheckOut uses: actions/checkout@v2 + with: + fetch-depth: 0 + ref: "app-${{needs.create-release-tag.outputs.tag}}${{needs.create-fix-tag.outputs.tag}}" - name: Changelog uses: ./.github/actions/git-chglog diff --git a/.github/workflows/byebye-component-build.yml b/.github/workflows/byebye-component-build.yml index 454c229..cec4b54 100644 --- a/.github/workflows/byebye-component-build.yml +++ b/.github/workflows/byebye-component-build.yml @@ -47,6 +47,8 @@ jobs: steps: - name: CheckOut uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Generate a release tag uses: ./.github/actions @@ -67,6 +69,8 @@ jobs: steps: - name: CheckOut uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: chrisdickinson/setup-yq@latest - name: Get component versions @@ -129,7 +133,8 @@ jobs: - name: CheckOut uses: actions/checkout@v2 with: - ref: ${{needs.create-release-tag.outputs.tag}}${{needs.create-fix-tag.outputs.tag}} + fetch-depth: 0 + ref: "byebye-${{needs.create-release-tag.outputs.tag}}${{needs.create-fix-tag.outputs.tag}}" - name: Changelog uses: ./.github/actions/git-chglog @@ -148,4 +153,4 @@ jobs: ${{ steps.Changelog.outputs.changelog }} draft: false prerelease: false - \ No newline at end of file + diff --git a/.github/workflows/hello-component-build.yml b/.github/workflows/hello-component-build.yml index 24ffe6a..7a1343d 100644 --- a/.github/workflows/hello-component-build.yml +++ b/.github/workflows/hello-component-build.yml @@ -47,6 +47,8 @@ jobs: steps: - name: CheckOut uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Generate a release tag uses: ./.github/actions @@ -67,6 +69,8 @@ jobs: steps: - name: CheckOutversion uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: chrisdickinson/setup-yq@latest - name: Get component versions @@ -129,7 +133,8 @@ jobs: - name: CheckOut uses: actions/checkout@v2 with: - ref: ${{needs.create-release-tag.outputs.tag}}${{needs.create-fix-tag.outputs.tag}} + fetch-depth: 0 + ref: "hello-${{needs.create-release-tag.outputs.tag}}${{needs.create-fix-tag.outputs.tag}}" - name: Changelog uses: ./.github/actions/git-chglog