Skip to content

Commit

Permalink
Merge pull request #9 from xponential-asia/fix/release-cicd-before-pu…
Browse files Browse the repository at this point in the history
…blish

fix: Remove needs build step
  • Loading branch information
pornchaiXpo authored Dec 25, 2024
2 parents 798bfb6 + 02acde5 commit 4030848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
release:
name: Semantic Release
runs-on: ubuntu-latest
needs: build # This ensures 'release' job waits for 'build' to finish first
strategy:
matrix:
node-version: [20.x]
Expand Down

0 comments on commit 4030848

Please sign in to comment.