Skip to content

Commit 1517d24

Browse files
committed
ci: Improve release workflow with asdf-vm installation step
- Update release workflow to include `asdf-vm` installation step before release drafter action - Ensure consistent build and release process by adding necessary dependency installation step
1 parent 7095299 commit 1517d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22+
- uses: asdf-vm/actions/install@v3
2223
- uses: release-drafter/release-drafter@v5
2324
id: drafter
2425
with:

0 commit comments

Comments
 (0)