Skip to content

Commit

Permalink
ci: Improve release workflow with asdf-vm installation step
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
johnnyhuy committed Apr 21, 2024
1 parent 7095299 commit 1517d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
- uses: release-drafter/release-drafter@v5
id: drafter
with:
Expand Down

0 comments on commit 1517d24

Please sign in to comment.