Skip to content

Commit

Permalink
proper release job deps, rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Jan 15, 2025
1 parent f2c1dff commit 0af2297
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
create_release:
name: Create program release
runs-on: ubuntu-latest
needs: test_js
needs: [test_js, test_rust, test_programs]
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-solana-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
create_release:
name: Create release
name: Solana
uses: ./.github/workflows/create-release.yml
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-svm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
create_release:
name: Create release
name: SVM
uses: ./.github/workflows/create-release.yml
secrets: inherit
with:
Expand Down

0 comments on commit 0af2297

Please sign in to comment.