Skip to content

Bump softprops/action-gh-release from 2.6.1 to 3.0.2 #275

Bump softprops/action-gh-release from 2.6.1 to 3.0.2

Bump softprops/action-gh-release from 2.6.1 to 3.0.2 #275

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Build
run: swift build
- name: Test
run: swift test
- name: Build Release
run: swift build -c release