diff --git a/.github/workflows/release-kotlin.yml b/.github/workflows/release-kotlin.yml index 157d648..c28c7c2 100644 --- a/.github/workflows/release-kotlin.yml +++ b/.github/workflows/release-kotlin.yml @@ -1,12 +1,11 @@ name: Build and Release Yttrium Kotlin on: - push - # workflow_dispatch: - # inputs: - # version: - # description: 'Version to release (e.g. 0.0.1)' - # required: true + workflow_dispatch: + inputs: + version: + description: 'Version to release (e.g. 0.0.1)' + required: true env: CARGO_TERM_COLOR: always @@ -107,8 +106,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: 0.2.8 #${{ env.VERSION }} - release_name: Yttrium 0.2.8 #${{ env.VERSION }} + tag_name: ${{ env.VERSION }} + release_name: Yttrium ${{ env.VERSION }} draft: false prerelease: true