Skip to content

Commit fccedb9

Browse files
Prepare CodeFlare-SDK for v0.24.3 patch release
1 parent 03a7ef3 commit fccedb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
gh workflow run publish-documentation.yaml \
6060
--repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk \
61-
--ref ${{ github.ref }} \
61+
--ref patch-0.24.3 \
6262
--field codeflare_sdk_release_version=${{ github.event.inputs.release-version }}
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
@@ -72,6 +72,7 @@ jobs:
7272
uses: ncipollo/release-action@v1
7373
with:
7474
tag: "v${{ github.event.inputs.release-version }}"
75+
commit: patch-0.24.3
7576
generateReleaseNotes: true
7677
- name: Publish package distributions to PyPI
7778
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)