Skip to content

Commit 2edc6cb

Browse files
committed
Move into regular builds
1 parent 9826184 commit 2edc6cb

File tree

2 files changed

+1
-107
lines changed

2 files changed

+1
-107
lines changed

.github/workflows/deploy-swit.yml

Lines changed: 0 additions & 106 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
tag="${{ steps.tag.outputs.tag }}"
2929
body="Pending release for XCFramework, $tag"
30-
gh release create --draft "$tag" --title "$tag" --notes "$body"
30+
gh release create --draft "$tag" --title "$tag" --notes "$body"
3131
3232
maven_publish:
3333
runs-on: macos-latest

0 commit comments

Comments
 (0)