Skip to content

Commit

Permalink
ci: Fix Changesets action (#48)
Browse files Browse the repository at this point in the history
* chore: Remove stale changeset file

* ci: Add neccessary perms to changeset action
  • Loading branch information
morgsmccauley committed Nov 30, 2023
1 parent 5f61a48 commit 8ebb437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-goats-talk.md

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions:
contents: read
pull-requests: write

jobs:
release:
name: Release
Expand Down

0 comments on commit 8ebb437

Please sign in to comment.