Skip to content

Commit

Permalink
Merge pull request #254 from Ferlab-Ste-Justine/fix/clin-2536
Browse files Browse the repository at this point in the history
fix: CLIN-2536 fix publish workflow missing sbt command
meek0 authored Dec 19, 2024
2 parents 041eae6 + 99c992d commit f236000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:
jobs:
release:

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

steps:
- uses: actions/checkout@v3
@@ -46,4 +46,4 @@ jobs:
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
--generate-notes
--generate-notes

0 comments on commit f236000

Please sign in to comment.