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 80b05d4 commit e683454
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,20 @@ jobs:
pnpm install
pnpm build
- name: Fetch latest tags
- name: Confirm version
run: |
git fetch --tags
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
Expand Down

0 comments on commit e683454

Please sign in to comment.