Skip to content

Commit

Permalink
Chore: Configure Changesets PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Mar 17, 2021
1 parent 3d5c24c commit 255fc30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ jobs:
- name: Install dependencies
uses: bahmutov/npm-install@v1

# https://github.com/changesets/action
- name: Create release pull request or Publish to npm
id: changesets
uses: changesets/action@master
with:
# This expects you to have a script called `release` which does a
# build for your packages and calls `changeset publish`.
publish: npm run release
title: 'Chore: Publish release'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 255fc30

Please sign in to comment.