We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcb3c1 commit 6eb1f03Copy full SHA for 6eb1f03
.github/workflows/release.yml
@@ -32,7 +32,6 @@ jobs:
32
sbt "release with-defaults"
33
- name: Release the specified version
34
if: ${{ github.event.inputs.release_version != '' }}
35
- env:
36
run: |
37
sbt "release with-defaults release-version ${{ github.event.inputs.release_version }}"
38
- name: Build
0 commit comments