Skip to content

Commit

Permalink
Switch back to manual publish for now (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning authored Jun 16, 2023
1 parent 173a8ca commit 933d72f
Show file tree
Hide file tree
Showing 2 changed files with 1,049 additions and 1,019 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 7.26.0
version: 8.6.2
- uses: actions/setup-node@v3
with:
node-version: 18
Expand All @@ -30,12 +30,3 @@ jobs:
pnpm run check-format
- name: Build
run: pnpm run build
- name: Publish to npm
if: |
github.repository == 'single-spa/single-spa-react' &&
github.ref == 'refs/heads/main' &&
!(contains(github.event.head_commit.message, 'ci skip') || contains(github.event.head_commit.message, 'skip ci'))
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm exec auto shipit
Loading

0 comments on commit 933d72f

Please sign in to comment.