chore(action): fix changeset action

This commit is contained in:
Nate Moore 2021-11-29 15:36:46 -06:00
parent 6f77acc07b
commit c6b5909b93

View file

@ -11,10 +11,6 @@ on:
- 'examples/**'
- 'www/**'
permissions:
checks: write
contents: read
# Automatically cancel in-progress actions on the same branch
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}
@ -183,6 +179,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node
uses: actions/setup-node@v2