Skip to content

Commit e9c3013

Browse files
committed
fix multi-line script in metal workflow
1 parent 4f2a132 commit e9c3013

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-wheels-metal.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
- name: Publish Release via GitHub CLI
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91-
run:
91+
run: |
9292
TAG_NAME="v${{ needs.build_wheels.outputs.version }}-Metal-macos-$BUILD_DATE"
93+
94+
echo "Ready to create release with tag: $TAG_NAME"
95+
9396
gh release create "$TAG_NAME" dist2/* --title "$TAG_NAME" --generate-notes

0 commit comments

Comments
 (0)