Skip to content

Commit fd3ef73

Browse files
committed
ci: Refactor GitHub actions workflow configuration
- Refactor workflow file to remove redundant parameters - Clean up unnecessary code to improve readability and maintainability - Ensure consistency in workflow configuration across the project
1 parent f1d3b6c commit fd3ef73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/version.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ jobs:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616

1717
steps:
18-
- uses: release-drafter/release-drafter@v5
19-
with:
20-
publish: true
18+
- uses: release-drafter/release-drafter@v5

0 commit comments

Comments
 (0)