Skip to content

Commit

Permalink
Fetch git tags to enable version plugin to function
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Sep 4, 2024
1 parent e8f6716 commit 433f2a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Fetch Git Tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 433f2a8

Please sign in to comment.