Skip to content

Commit 6a40573

Browse files
authored
Merge pull request #42 from reproio/fix/need-to-pull-tag
fix: need to fetch tags to use goreleaser
2 parents ce226be + 1fc89e4 commit 6a40573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tagpr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v3
24+
- name: Fetch all tags
25+
run: git fetch --force --tags
2426
- uses: docker/login-action@v1
2527
with:
2628
registry: ghcr.io

0 commit comments

Comments
 (0)