Skip to content

Commit

Permalink
[Fix] CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Jun 3, 2024
1 parent 9680490 commit 5e437b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- run: npm ci
- run: npm run github-workflow-next-version -- --cmd main
- run: npm run release
- run: npm run pre-commit
- id: pkgjson
run: chmod +x ./scripts/version.sh && ./scripts/version.sh
- run: git add . && git commit -m "[🚀 Release] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
Expand Down

0 comments on commit 5e437b1

Please sign in to comment.