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