diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 89914a27..32d09b1e 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -58,15 +58,15 @@ jobs: 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 }} +# 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 }}