Skip to content

Commit

Permalink
Pull tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Aug 2, 2020
1 parent 40671e7 commit fbca7aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
SCALA_VERSION: ${{ matrix.scala }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v7
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v5
- uses: olafurpg/setup-gpg@v2
- name: Cache Coursier
Expand Down

0 comments on commit fbca7aa

Please sign in to comment.