We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9826184 commit 2edc6cbCopy full SHA for 2edc6cb
.github/workflows/deploy-swit.yml
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
tag="${{ steps.tag.outputs.tag }}"
29
body="Pending release for XCFramework, $tag"
30
- gh release create --draft "$tag" --title "$tag" --notes "$body"
+ gh release create --draft "$tag" --title "$tag" --notes "$body"
31
32
maven_publish:
33
runs-on: macos-latest
0 commit comments