Skip to content

Commit b5468cb

Browse files
committed
debug scala#247
1 parent 6074480 commit b5468cb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22
on:
33
push:
4-
tags: ["*"]
4+
# tags: ["*"]
55
jobs:
66
publish:
77
runs-on: ubuntu-latest
@@ -13,9 +13,5 @@ jobs:
1313
with:
1414
distribution: adopt
1515
java-version: 8
16-
- run: sbt versionCheck ci-release
17-
env:
18-
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}
19-
PGP_SECRET: ${{secrets.PGP_SECRET}}
20-
SONATYPE_PASSWORD: ${{secrets.SONATYPE_PASSWORD}}
21-
SONATYPE_USERNAME: ${{secrets.SONATYPE_USERNAME}}
16+
- run: sbt +sources
17+
- run: grep enrichAsJavaIntFunction target/scala-*/src_managed/main/FunctionConverters.scala

0 commit comments

Comments
 (0)