Skip to content

Commit

Permalink
chore: adjust release workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jan 8, 2025
1 parent 1fde7f5 commit ca5c7c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: 1
fetch-depth: 0

- name: Sync with Remote Branch
run: |
git fetch origin
git reset --hard origin/${{ github.ref_name }}
- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit ca5c7c8

Please sign in to comment.