diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 697c950e..89914a27 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -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/checkout@v1.2.0 + - 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 }}