Skip to content

Commit

Permalink
fix: CLIN-2536 fix publish workflow runs on ubuntu uses sbt for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
meek0 committed Dec 19, 2024
1 parent f236000 commit fa2d09e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:

runs-on: sbt/setup-sbt@v1
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -25,6 +25,7 @@ jobs:
git_user_signingkey: false

- name: Publish Artifact
uses: sbt/setup-sbt@v1
shell: bash
env:
tag: ${{ github.ref_name }}
Expand Down

0 comments on commit fa2d09e

Please sign in to comment.