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

Commit

Permalink
Update fork-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thilohaas authored Aug 8, 2024
1 parent 2165a1a commit 958902b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: git remote add upstream https://github.com/ionic-team/stencil.git

- name: Fetch original repository tags
run: git fetch upstream --tags || true
run: git fetch upstream --tags || exit 0

- name: Get latest tag from original repo
id: get_latest_tag
Expand Down

0 comments on commit 958902b

Please sign in to comment.