Skip to content

Commit

Permalink
fix: remove publish from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
William Luke committed Jan 22, 2021
1 parent 0940745 commit 319cfbd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ jobs:
run: yarn build
- name: CLI
run: yarn cli -h
publish:
needs: test
env:
DATABASE_URL: "file:../config.db"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get all git commits and tags
run: git fetch --prune --unshallow --tags
- uses: actions/setup-node@v1
- run: yarn --frozen-lockfile
- run: yarn -s dripip preview-or-pr
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# publish:
# needs: test
# env:
# DATABASE_URL: "file:../config.db"
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Get all git commits and tags
# run: git fetch --prune --unshallow --tags
# - uses: actions/setup-node@v1
# - run: yarn --frozen-lockfile
# - run: yarn -s dripip preview-or-pr
# env:
# NPM_TOKEN: ${{secrets.NPM_TOKEN}}
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 319cfbd

Please sign in to comment.