Skip to content

Commit

Permalink
adjust build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Oct 15, 2024
1 parent cebfa92 commit 5b51206
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish

on:
push:
branches:
- main
on: push

jobs:
publish:
Expand All @@ -22,8 +19,8 @@ jobs:
- run: pnpm config set "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run:
pnpm publish -r --report-summary --publish-branch main --access=public
- run: pnpm publish -r --report-summary --publish-branch release/common-1-15-2
--access=public --tag legacy --no-git-checks

- run: pnpm slack:notify
env:
Expand Down

0 comments on commit 5b51206

Please sign in to comment.