Skip to content

Commit 4c50846

Browse files
committed
feat(ci): Automated canary releases (#2076)
1 parent 9a5b5be commit 4c50846

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/version-canary.yml renamed to .github/workflows/release-canary.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
jobs:
1111
release:
12-
name: version
12+
name: release canary
1313
runs-on: buildjet-4vcpu-ubuntu-2204
14-
permissions:
14+
permissions:
1515
contents: write
1616
pull-requests: write
1717
steps:
@@ -56,6 +56,8 @@ jobs:
5656
uses: changesets/action@v1
5757
with:
5858
version: pnpm run version
59+
publish: pnpm run release
5960
title: "chore(root): Version packages"
6061
env:
6162
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)