From fc2f309b393d9404c046ce9eb3d20c72834fed22 Mon Sep 17 00:00:00 2001 From: kubel Date: Tue, 29 Oct 2024 11:33:03 +0100 Subject: [PATCH] Test --- .github/workflows/release-kotlin.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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