Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kikootwo committed Feb 26, 2024
1 parent 198cc91 commit 22108d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
uses: actions/checkout@v2
with:
ref: 'main'
fetch-depth: 0 # Fetches all history for all tags and branches

- name: Fetch all tags
run: git fetch --prune --tags

- name: Create and deploy packages
uses: BigWigsMods/packager@v2
Expand Down

0 comments on commit 22108d8

Please sign in to comment.