Skip to content

Commit

Permalink
chore(repo): Adjust release workflow (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Nov 3, 2023
1 parent f31031a commit 6163bf5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Production release PR
run-name: Production release PR
name: Release
run-name: Release

on:
push:
Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
commit: "chore(repo): Version packages"
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.CLERK_COOKIE_PAT }}
Expand Down

0 comments on commit 6163bf5

Please sign in to comment.