Skip to content

Commit 1c40927

Browse files
author
GitHub Action
committed
simplify
1 parent eb2beb0 commit 1c40927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
TAG_NO_PREFIX=$(echo "$TAG" | sed 's/^refs\/tags\///')
2727
# Extract the path of the module to publish from the tag
2828
PACKAGE_PATH=$(echo "$TAG_NO_PREFIX" | rev | cut -d'/' -f2- | rev)
29-
# Save the path to the module and the version for use in the build/publish step to only update the module associated with this tag
29+
# Save the path to the module for use in the build/publish step to only update the module associated with this tag
3030
echo "PACKAGE_PATH=$PACKAGE_PATH" >> $GITHUB_ENV
3131
- name: Build & Publish to PyPi
3232
run: |

0 commit comments

Comments
 (0)