Skip to content

Commit

Permalink
ci: Refactor GitHub actions workflow configuration
Browse files Browse the repository at this point in the history
- Refactor workflow file to remove redundant parameters
- Clean up unnecessary code to improve readability and maintainability
- Ensure consistency in workflow configuration across the project
  • Loading branch information
johnnyhuy committed May 19, 2024
1 parent f1d3b6c commit fd3ef73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: release-drafter/release-drafter@v5
with:
publish: true
- uses: release-drafter/release-drafter@v5

0 comments on commit fd3ef73

Please sign in to comment.