Skip to content

fix: IS_RELEASE

fix: IS_RELEASE #3

Workflow file for this run

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Swift
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: macos-latest
if: ${{ !contains(github.event.head_commit.message, 'chore') }}
steps:
- uses: actions/checkout@v3
- name: Release
run: scripts/release.sh