Skip to content

Commit 2b5d2ce

Browse files
committed
Drop versionPolicyCheck
1 parent 7ac84df commit 2b5d2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "password=${{secrets.JFROG_ACCESS_TOKEN}}" >> ${{ env.SBT_CREDENTIALS }}
4040
4141
- name: check, test and package
42-
run: sbt "clean; versionPolicyCheck; +all test package"
42+
run: sbt "clean; +all test package"
4343

4444
- name: publish on JFrog Artifactory
4545
run: sbt "+publish"

0 commit comments

Comments
 (0)