Skip to content

Commit 808e060

Browse files
committed
* ensure to fetch tag information (see issue [#290])
[#290]: actions/checkout#290
1 parent f75a425 commit 808e060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ jobs:
2828
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
2929
# Only needed for private caches
3030
#authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
31+
- run: git fetch --tags --force --recurse-submodules
3132
- run: nix-build
3233
- run: nix-shell --run "sbt -batch -Dfile.encoding=UTF8 scalalsNative/run"

0 commit comments

Comments
 (0)