Skip to content

Commit

Permalink
pull develop, use --since on changeset status
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Nov 1, 2024
1 parent 40e1210 commit ba79b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-prepare-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Checkout repo (main branch)
uses: actions/checkout@v4
with:
ref: ${{ env.main_ref }}
ref: develop
token: ${{ steps.generate-token.outputs.token }}

- name: Setup git user
Expand All @@ -74,7 +74,7 @@ jobs:
run: pnpm i -F "ledger-live"

- name: Generate changeset status
run: pnpm changeset status --output=changeset-status.json
run: pnpm changeset status --since=${{ env.main_ref }} --output=changeset-status.json

- name: Enforce use of patch level changesets only for hotfixes
run: |
Expand Down

0 comments on commit ba79b00

Please sign in to comment.