Commit 917c6f0
committed
Fix GitHub Actions workflow syntax for ref type check
Summary:
This commit updates the nightly PyPI publish workflow to use the correct syntax for checking the GitHub reference type. The change ensures that the condition evaluates properly during the build process.
Changes:
- Modified the reference type check from `${GITHUB_REF_TYPE}` to `${{ github.ref_type }}` in `.github/workflows/nightly-pypi.yml`.
This adjustment enhances the reliability of the workflow by aligning with the correct GitHub Actions context syntax.1 parent ec6c709 commit 917c6f0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments