Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
pull-requests: write
steps:
- name: Create Release PR
uses: MetaMask/github-tools/.github/actions/[email protected].0
uses: MetaMask/github-tools/.github/actions/[email protected].1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems we haven't added 1.1.1 to github-tools changelog. Here's an example PR for github-tools release: MetaMask/github-tools#176

with:
platform: extension
checkout-base-branch: ${{ needs.resolve-bases.outputs.checkout_base }}
Expand Down
Loading