Skip to content

Commit

Permalink
Use right ref arg option
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Nov 16, 2023
1 parent e26b04e commit f30e01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ jobs:
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python3 ./scripts/release.py --module SDK --version ${{ github.event.inputs.sdk-version }} --ref ${{ github.event.inputs.rust-checkout-ref }}
python3 ./scripts/release.py --module SDK --version ${{ github.event.inputs.sdk-version }} --linkable-ref ${{ github.event.inputs.rust-checkout-ref }}
# Add '--path-to-sdk $RUST_SDK_PATH --skip-clone' above to restore cache

0 comments on commit f30e01f

Please sign in to comment.