Skip to content

Commit

Permalink
fix: changeset PR update not running workflows (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk authored Mar 11, 2024
1 parent b83d6d2 commit fb5da8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/spotty-cheetahs-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
# workaround to ensure force pushes to changeset branch use REPO_TOKEN owner's account
# see https://github.com/changesets/action/issues/70
persist-credentials: false

- name: CI Setup
uses: ./.github/actions/ci-setup
Expand Down

0 comments on commit fb5da8a

Please sign in to comment.