Skip to content

Commit

Permalink
Comment out automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattesmohr authored Oct 23, 2021
1 parent 896997d commit 14e18c3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[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 }}
# 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 14e18c3

Please sign in to comment.