Skip to content

Commit

Permalink
Optimize GitHub workflow tasks
Browse files Browse the repository at this point in the history
- Remove unnecessary steps and duplicates in release workflow
- Streamline workflow for better efficiency and readability
  • Loading branch information
johnnyhuy committed Apr 21, 2024
1 parent 65180a1 commit 6c5bf49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

Expand Down Expand Up @@ -69,7 +68,6 @@ jobs:
- publish-image

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

0 comments on commit 6c5bf49

Please sign in to comment.