Skip to content

Commit

Permalink
ci: ♻️ Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 17, 2024
1 parent 2093777 commit add9d86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Wait for the tag push to complete
run: |
sleep 30
- name: Checkout
uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint:fix": "eslint . --fix",
"dev": "unbuild && npx .",
"build": "unbuild",
"release": "unbuild && changelogen --release --prerelease && npm publish && git push --follow-tags",
"release": "changelogen --release --prerelease && unbuild && git push --follow-tags && npm publish",
"prepare": "husky install"
},
"dependencies": {
Expand Down

0 comments on commit add9d86

Please sign in to comment.