Skip to content

Commit 4afeb57

Browse files
committed
removed redundant build step
1 parent 8dff4e2 commit 4afeb57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
if: ${{ github.event.inputs.release_version != '' }}
3535
run: |
3636
sbt "release with-defaults release-version ${{ github.event.inputs.release_version }}"
37-
- name: Build
38-
run: sbt assembly
3937
- name: Latest tag
4038
uses: actions-ecosystem/action-get-latest-tag@v1
4139
id: get-latest-tag

0 commit comments

Comments
 (0)