diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 993e1a08..b61adb36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,12 +106,10 @@ jobs: needs: [e2e-tests] steps: - uses: actions/checkout@v4 - - name: List files in the repository - run: ls -R - name: Update OpenAPI configuration run: | DEPLOY_HOST=${{ secrets.DEPLOY_HOST }} - sed -i "s/SOMEIP/${DEPLOY_HOST}/g" openapi.yaml + sed -i "s/SOMEIP/${DEPLOY_HOST}/g" gatewayservice/openapi.yaml - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: