Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Nov 14, 2024
1 parent ee318b6 commit 80f1414
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/release-kotlin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 80f1414

Please sign in to comment.