rename pipeline steps

This commit is contained in:
Elio Bischof
2025-07-17 13:22:34 +02:00
parent 706a966f22
commit b0ec2f4bc0

View File

@@ -165,7 +165,7 @@ jobs:
run: | run: |
gh workflow -R zitadel/zitadel-charts run bump.yml gh workflow -R zitadel/zitadel-charts run bump.yml
typescript-packages: npm-packages:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: version needs: version
if: ${{ github.ref_name == 'next' }} if: ${{ github.ref_name == 'next' }}
@@ -195,7 +195,7 @@ jobs:
cwd: packages cwd: packages
createGithubReleases: false createGithubReleases: false
typescript-repo: login-repo:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: version needs: version
if: ${{ github.ref_name == 'next' }} if: ${{ github.ref_name == 'next' }}