Skip to content

Commit

Permalink
release: try fix ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
dos65 committed Apr 22, 2024
1 parent a972f14 commit ef7e95e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
distribution: temurin
java-version: ${{matrix.java}}

- name: Blabla
run: echo

- name: Check formatting
run: sbt scalafmtCheckAll scalafmtSbtCheck

Expand All @@ -42,7 +45,7 @@ jobs:
publish:
name: Publish Artifacts
needs: [build]
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
#if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/try_fix_publish')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -63,4 +66,4 @@ jobs:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
run: sbt +ci-release
run: sbt higherKindCore3/publishSigned

0 comments on commit ef7e95e

Please sign in to comment.