Skip to content

Commit

Permalink
Update publish-ios.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellfalcao authored Aug 29, 2024
1 parent 88283a0 commit 7ff9f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
run: |
brew install jq
TAG_NAME=${GITHUB_REF#refs/tags/}
TAG_NAME=${TAG_NAME#v}
RELEASE_NAME="${{ github.event.release.name }}"
RELEASE_BODY="${{ github.event.release.body }}"
PRERELEASE=${{ github.event.release.prerelease }}
Expand All @@ -88,4 +89,4 @@ jobs:
"draft": false,
"prerelease": '"${PRERELEASE}"'
}' \
https://api.github.com/repos/klever-io/kos-rs-xcframework/releases
https://api.github.com/repos/klever-io/kos-rs-xcframework/releases

0 comments on commit 7ff9f80

Please sign in to comment.