Skip to content

Commit

Permalink
Added automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsMoll authored Aug 30, 2021
1 parent c45b5d6 commit 5b0afd3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,16 @@ jobs:
path: "Documentation"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

release-version:
needs: release-docs
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/[email protected]
- name: Release new version
uses: MatsMoll/action-finch@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
GITHUB_SHA: ${{ secrets.GITHUB_SHA }}

0 comments on commit 5b0afd3

Please sign in to comment.