Skip to content

Commit

Permalink
Perform fetch on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Dec 19, 2023
1 parent ec7f1f5 commit 2f126e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
fetch-tags: true
fetch-depth: 100
- name: Fetch Git tags
shell: bash
run: git fetch --tags --force
- uses: ./.github/actions/setup
- name: Retrieve saved build files
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 2f126e9

Please sign in to comment.