From fd3ef7376a8438ef3a06c686ca8cdace88f7f29d Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Mon, 20 May 2024 09:08:49 +1000 Subject: [PATCH] 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 --- .github/workflows/version.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 484c443..5ce403f 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -15,6 +15,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: release-drafter/release-drafter@v5 - with: - publish: true \ No newline at end of file + - uses: release-drafter/release-drafter@v5 \ No newline at end of file