Skip to content

Commit

Permalink
chore(gha): sync tags (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi authored Dec 3, 2024
1 parent 7514bf8 commit 8809b18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync-with-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
- name: No new commits
if: steps.sync.outputs.has_new_commits == 'false'
run: echo "There were no new commits."
- name: Refresh repository
id: refresh
if: steps.sync.outputs.has_new_commits == 'true'
shell: bash
run: |
git fetch --all --tags
- name: Get new version tag
id: new-version-tag
if: steps.sync.outputs.has_new_commits == 'true'
Expand Down

0 comments on commit 8809b18

Please sign in to comment.