Skip to content

Commit

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

Expand Down

0 comments on commit fc2f309

Please sign in to comment.