We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac84df commit 2b5d2ceCopy full SHA for 2b5d2ce
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "password=${{secrets.JFROG_ACCESS_TOKEN}}" >> ${{ env.SBT_CREDENTIALS }}
40
41
- name: check, test and package
42
- run: sbt "clean; versionPolicyCheck; +all test package"
+ run: sbt "clean; +all test package"
43
44
- name: publish on JFrog Artifactory
45
run: sbt "+publish"
0 commit comments