Skip to content

Commit

Permalink
release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
reminia committed Dec 12, 2023
1 parent 0d5fe44 commit a1a8e26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
run: sbt publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: release artifacts
uses:
with:
tag: ${{ env.TAG }}
allowUpdates: true

0 comments on commit a1a8e26

Please sign in to comment.