Skip to content

Commit

Permalink
ci: simplify publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Apr 26, 2023
1 parent 9637bb0 commit c12dcc1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Expand Up @@ -89,15 +89,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
java-version: adopt@1.8
- name: Cache Scala
uses: coursier/cache-action@v5
- name: Setup GPG (for Publish)
uses: olafurpg/setup-gpg@v3
uses: actions/checkout@v3
- name: Publish
run: sbt ci-release
env:
Expand Down

0 comments on commit c12dcc1

Please sign in to comment.