Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit b106628

Browse files
committed
Fix release workflow
1 parent 6afd9ca commit b106628

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ jobs:
2727
permissions:
2828
contents: write
2929
steps:
30+
- name: Check out code
31+
uses: actions/checkout@v4
3032
- name: Release
3133
run: gh release create ${{ github.ref_name }} --latest=true --generate-notes
3234
env:
3335
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3436
update:
35-
name: Update deploy
37+
name: Update deploy branch
3638
runs-on: ubuntu-latest
3739
needs: release
3840
permissions:

0 commit comments

Comments
 (0)