Skip to content

Commit

Permalink
checkout code
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Jan 15, 2025
1 parent 89c1d6b commit bc4493b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-solana-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
name: Create release
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.git_ref }}
- name: Create release
uses: ./.github/workflows/create-release.yml
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/create-svm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
name: Create release
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.git_ref }}
- name: Create release
uses: ./.github/workflows/create-release.yml
with:
Expand Down

0 comments on commit bc4493b

Please sign in to comment.