Skip to content

Commit 4edae7f

Browse files
committed
simplify workflow
1 parent f97342b commit 4edae7f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.desktop.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ jobs:
1616
-
1717
uses: actions/checkout@v4
1818
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)"
19+
ref: master
20+
fetch-depth: 0
2521
-
2622
name: Setup node
2723
uses: ./.github/actions/setup-node

0 commit comments

Comments
 (0)