Skip to content

Commit

Permalink
ci: Improve GitHub Actions workflow efficiency
Browse files Browse the repository at this point in the history
- Add `actions/checkout` step in release workflow
- Implement CI/CD pipeline for release process
- Ensure code changes trigger automatic deployment
- Increase efficiency and reliability of release process
  • Loading branch information
johnnyhuy committed Apr 21, 2024
1 parent c8120a6 commit 7095299
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 @@ -18,6 +18,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 7095299

Please sign in to comment.