Skip to content

Commit

Permalink
build: add sync-fork action [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiankrome0001 committed Dec 13, 2024
1 parent 2e5a000 commit 1711cbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1711cbe

Please sign in to comment.