Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
fix: Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Haas committed Aug 8, 2024
1 parent 5f2d46c commit 9afdb59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
git checkout main
git pull origin main
git merge upstream/main --no-ff --no-edit
git merge upstream/main --no-ff --no-edit --allow-unrelated-histories
git push origin main
- name: Check and update package.json name field if needed
Expand All @@ -70,7 +70,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
git tag ${{ steps.get_latest_tag.outputs.latest_tag }}
git tag -f ${{ steps.get_latest_tag.outputs.latest_tag }}
git push origin --tags
- name: Publish to npm
Expand Down

0 comments on commit 9afdb59

Please sign in to comment.