Skip to content

Added code to select Xcode version #9

Added code to select Xcode version

Added code to select Xcode version #9

Workflow file for this run

name: Bump version
on:
push:
branches:
- 'main'
paths:
- '**/*.swift'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.64.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: false
DEFAULT_BUMP: patch