Skip to content

Commit

Permalink
fix: CLIN-2536 fix publish workflow uses cannot be in step with run
Browse files Browse the repository at this point in the history
  • Loading branch information
meek0 committed Dec 19, 2024
1 parent c4386ea commit 0491906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
passphrase: ${{ secrets.OSS_SONATYPE_GPG_PASSPHRASE }}
git_user_signingkey: false

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

0 comments on commit 0491906

Please sign in to comment.