From 1711cbea470eda3d8fe313d35d675f38cdd132e1 Mon Sep 17 00:00:00 2001 From: Sebastian Krome Date: Fri, 13 Dec 2024 11:40:51 +0100 Subject: [PATCH] build: add sync-fork action [skip ci] --- .github/workflows/sync-fork.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml index 537ef97f39..cc1f6bd84a 100644 --- a/.github/workflows/sync-fork.yml +++ b/.github/workflows/sync-fork.yml @@ -14,7 +14,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPOSITORY: ${{ github.repository }} BRANCH_NAME: ${{ github.ref_name }} - - run | + - name: fetch and push tags + shell: bash + run: | git fetch --tags https://github.com/dagger/dagger git push --tags