Skip to content

Commit

Permalink
Remove auto prerelease for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kageurufu committed Sep 20, 2021
1 parent 101f273 commit 7c0c447
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ jobs:
path: |
dist
prerelease:
runs-on: ubuntu-latest
needs: [test, build]
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/download-artifact@v2

- name: Prerelease commits
uses: softprops/action-gh-release@v1
with:
prerelease: true

release:
runs-on: ubuntu-latest
needs: [test, build]
Expand Down

0 comments on commit 7c0c447

Please sign in to comment.