Skip to content

Commit 408845e

Browse files
committed
update ci config
1 parent 8e562db commit 408845e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags: [v*]
66
pull_request:
77
concurrency:
8-
group: ${{ github.workflow }} @ ${{ github.ref }}
8+
group: ${{ github.workflow }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.run_id || github.ref }}
99
cancel-in-progress: true
1010
jobs:
1111
test:
@@ -53,5 +53,4 @@ jobs:
5353
env:
5454
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
5555
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
56-
SONATYPE_CREDENTIAL_HOST: ${{ secrets.SONATYPE_CREDENTIAL_HOST }}
5756
run: sbt publishSigned sonatypeBundleRelease

0 commit comments

Comments
 (0)