Skip to content

Commit 293df00

Browse files
committed
[BW] Skip mint on release
1 parent 65f7299 commit 293df00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
VERSION=${BRANCH_NAME#release/}
2626
echo "RELEASE_VERSION=$VERSION" >> $GITHUB_ENV
2727
- uses: ./.github/actions/bootstrap
28+
env:
29+
XCODE_ACTIONS: false
2830
- name: "Fastlane - Publish Release"
2931
if: startsWith(github.event.pull_request.head.ref, 'release/')
3032
env:

0 commit comments

Comments
 (0)