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