Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 561a265

Browse files
committed
Fix release
Signed-off-by: Carlos Quiroz <carlos.m.quiroz@gmail.com>
1 parent cac1175 commit 561a265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: olafurpg/setup-scala@v2
1212
- uses: olafurpg/setup-gpg@v2
1313
- name: Publish
14-
run: csbt ci-release
14+
run: sbt ci-release
1515
env:
1616
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
1717
PGP_SECRET: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)