Skip to content

Commit

Permalink
fix(workflow): add dist by force (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
swarit-pandey authored Jul 30, 2024
1 parent 1322a0e commit ef874ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git config --local user.name 'github-actions[bot]'
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
git checkout ${{ github.ref_name }} # Checkout the specific release tag
git add dist
git add --force dist
git commit -m "[bot] Add compiled JS for release ${{ github.ref_name }}"
git push origin ${{ github.ref_name }} # Push to the tag and not to main, this helps to keep track of releases
Expand Down

0 comments on commit ef874ce

Please sign in to comment.