Skip to content

Commit

Permalink
Revert "Debug"
Browse files Browse the repository at this point in the history
This reverts commit c17449b.
  • Loading branch information
YaSuenag committed Nov 27, 2024
1 parent 6475a96 commit 8fb7ba7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/4-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
# detect-current-api-version:
# uses: ./.github/workflows/detect-webapi-version.yaml
# with:
# # We cannot use environment variables here due to workflow limitation.
# # https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows#limitations
# registry: ghcr.io
# image-repo: ${{ github.repository }}
detect-current-api-version:
uses: ./.github/workflows/detect-webapi-version.yaml
with:
# We cannot use environment variables here due to workflow limitation.
# https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows#limitations
registry: ghcr.io
image-repo: ${{ github.repository }}

publish-container-image:
runs-on: ubuntu-latest
# needs: detect-current-api-version
needs: detect-current-api-version
permissions:
packages: write
steps:
Expand Down Expand Up @@ -60,9 +60,9 @@ jobs:

generate-webapi-clients:
needs:
# - detect-current-api-version
- detect-current-api-version
- detect-newer-api-version
# if: ${{ needs.detect-current-api-version.outputs.apiver != needs.detect-newer-api-version.outputs.apiver }}
if: ${{ needs.detect-current-api-version.outputs.apiver != needs.detect-newer-api-version.outputs.apiver }}
uses: ./.github/workflows/4.a-generate-webapi-clients.yaml
permissions:
contents: write
Expand Down

0 comments on commit 8fb7ba7

Please sign in to comment.