Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Aug 27, 2024
1 parent fec5358 commit a191986
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/selfserve-full-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ jobs:
sdk_key: ${{ inputs.sdk_key }}
specs_key: ${{ inputs.transformed_specs_key }}

release:
uses: ./.github/workflows/selfserve-release.yaml
release-sdk:
uses: ./.github/workflows/selfserve-release-sdk.yaml
needs: [ generate-sdk ]
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selfserve-publish-sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
type: string

jobs:
publish:
publish-sources:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string

jobs:
release:
release-sdk:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 21
Expand Down

0 comments on commit a191986

Please sign in to comment.