Skip to content

Delete .swiftpm/xcode/package.xcworkspace/xcshareddata directory #35

Delete .swiftpm/xcode/package.xcworkspace/xcshareddata directory

Delete .swiftpm/xcode/package.xcworkspace/xcshareddata directory #35

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
jobs:
tag:
name: Create tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
WITH_V: false