Skip to content

Commit a442237

Browse files
committed
GH Workflow: Fix issue with artifact collisions caused by ci-publish being triggered twice
1 parent be8a583 commit a442237

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 ${{ github.ref }}
14-
run: sbt +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)