Skip to content

Commit

Permalink
perf: 🔧 Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 17, 2024
1 parent e2f2990 commit cc39baf
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Wait for the tag push to complete
run: |
sleep 30
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -28,22 +32,7 @@ jobs:
run: |
pnpm install
pnpm build
- name: Confirm version
run: |
echo "Current version:"
cat package.json | grep version
- name: Push new tags
run: |
git push --follow-tags
sleep 10 # Delay to ensure tags are processed
- name: Checkout latest version
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit cc39baf

Please sign in to comment.