Skip to content

Commit

Permalink
Fix CI #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Oct 6, 2023
1 parent a41e278 commit 69fc62f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI - Push
name: CI

on:
push:
Expand All @@ -25,9 +25,3 @@ jobs:
needs: tests
uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main
secrets: inherit

release:
name: Release
needs: bump
uses: oversizedev/GithubWorkflows/.github/workflows/release.yml@main
secrets: inherit
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Release

on:
push:
tags:
- "*.*.*"

jobs:
build:
name: Create release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
/*.xcodeproj
xcuserdata/
DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.swiftpm
.netrc

This file was deleted.

0 comments on commit 69fc62f

Please sign in to comment.