We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3759f commit 14aea6cCopy full SHA for 14aea6c
.github/workflows/publish-release.yml
@@ -71,6 +71,9 @@ jobs:
71
- name: Checkout repository
72
uses: actions/checkout@v4
73
with:
74
+ # This is to guarantee that the most recent tag is fetched, which we
75
+ # need for updating the shorthand major version tag.
76
+ fetch-depth: 0
77
ref: ${{ github.sha }}
78
- name: Publish release
79
uses: MetaMask/action-publish-release@v3
0 commit comments