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 f97342b commit 4edae7fCopy full SHA for 4edae7f
1 file changed
.github/workflows/release.desktop.yaml
@@ -16,12 +16,8 @@ jobs:
16
-
17
uses: actions/checkout@v4
18
with:
19
- ref: master # otherwise it defaults to the version tag missing bump commit
20
- fetch-depth: 0 # fetch all history
21
- -
22
- name: Checkout to bump commit
23
- shell: bash
24
- run: git checkout "$(git rev-list "${{ github.event.release.tag_name }}"..master | tail -1)"
+ ref: master
+ fetch-depth: 0
25
26
name: Setup node
27
uses: ./.github/actions/setup-node
0 commit comments