Skip to content

Commit

Permalink
Fetch tags in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Oct 7, 2021
1 parent 551fe38 commit 2f79562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- name: Fetch git tags
run: git fetch origin +refs/tags/*:refs/tags/*
- uses: eskatos/gradle-command-action@v1
with:
dependencies-cache-enabled: true
Expand Down

0 comments on commit 2f79562

Please sign in to comment.