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 d1d3dd5 commit 9e822a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: fetch and push tags
shell: bash
run: |
git fetch --tags --prune --prune-tags origin feature/blabla
git fetch --tags https://github.com/dagger/dagger
git push --tags
env:
BRANCH_NAME: ${{ github.ref_name }}


0 comments on commit 9e822a3

Please sign in to comment.