Skip to content

Commit

Permalink
Revert "feat: auto-publishing stable on push to main"
Browse files Browse the repository at this point in the history
This reverts commit f2b7319.
  • Loading branch information
chrisdrackett committed Jan 20, 2021
1 parent f2b7319 commit 6229ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: git fetch --prune --unshallow --tags
- uses: actions/setup-node@v1
- run: yarn --frozen-lockfile
- run: yarn -s dripip stable
- run: yarn -s dripip preview-or-pr
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 6229ffe

Please sign in to comment.