Skip to content

Commit

Permalink
Merge pull request #42 from reproio/fix/need-to-pull-tag
Browse files Browse the repository at this point in the history
fix: need to fetch tags to use goreleaser
  • Loading branch information
okkez authored Jan 19, 2024
2 parents ce226be + 1fc89e4 commit 6a40573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch all tags
run: git fetch --force --tags
- uses: docker/login-action@v1
with:
registry: ghcr.io
Expand Down

0 comments on commit 6a40573

Please sign in to comment.