Skip to content

Commit

Permalink
Tweak release workflow (ianstormtaylor#4291)
Browse files Browse the repository at this point in the history
  • Loading branch information
clauderic authored May 26, 2021
1 parent c7ff274 commit 67f6460
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
setup:
release:
runs-on: ubuntu-latest

steps:
Expand All @@ -27,11 +27,6 @@ jobs:
- name: Prepare release
run: yarn prerelease

latest:
needs: setup
runs-on: ubuntu-latest

steps:
# https://github.com/changesets/action
- name: Create release pull request or Publish to npm
uses: changesets/action@master
Expand All @@ -42,11 +37,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

dev:
needs: latest
runs-on: ubuntu-latest

steps:
# https://github.com/atlassian/changesets/blob/master/docs/snapshot-releases.md
- name: Release to @dev channel
run: |
Expand Down

0 comments on commit 67f6460

Please sign in to comment.