Skip to content

Commit

Permalink
Fetch the entire history
Browse files Browse the repository at this point in the history
Hoping this is the solution for #27
  • Loading branch information
OpenBagTwo committed Dec 5, 2022
1 parent 35ff0bf commit dab4e0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_mod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: checkout repository
uses: actions/checkout@v3
with:
fetch_depth: 0 # TODO: try removing this after the initial release
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: setup jdk ${{ matrix.java }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_rpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
fetch_depth: 0 # TODO: try removing this after the initial release
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit dab4e0a

Please sign in to comment.