Skip to content

Commit

Permalink
Merge pull request #2186 from scalameta/poslegm-patch-1
Browse files Browse the repository at this point in the history
force fetch tags on release job
  • Loading branch information
poslegm committed Sep 8, 2020
2 parents f0c81df + 32f2f74 commit caa9f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v7
- uses: olafurpg/setup-gpg@v2
- run: git fetch --tags --unshallow
- run: git fetch --tags --unshallow -f
- name: Publish ${{ github.ref }}
run: sbt ci-release docs/docusaurusPublishGhpages
env:
Expand Down

0 comments on commit caa9f71

Please sign in to comment.