We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a7ef3 commit fccedb9Copy full SHA for fccedb9
.github/workflows/release.yaml
@@ -58,7 +58,7 @@ jobs:
58
run: |
59
gh workflow run publish-documentation.yaml \
60
--repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk \
61
- --ref ${{ github.ref }} \
+ --ref patch-0.24.3 \
62
--field codeflare_sdk_release_version=${{ github.event.inputs.release-version }}
63
env:
64
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
@@ -72,6 +72,7 @@ jobs:
72
uses: ncipollo/release-action@v1
73
with:
74
tag: "v${{ github.event.inputs.release-version }}"
75
+ commit: patch-0.24.3
76
generateReleaseNotes: true
77
- name: Publish package distributions to PyPI
78
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments