Skip to content

Commit

Permalink
Release for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Nov 14, 2024
1 parent 2686ace commit ee318b6
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 @@ -106,8 +107,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.VERSION }}
release_name: Yttrium ${{ env.VERSION }}
tag_name: 0.2.8 #${{ env.VERSION }}
release_name: Yttrium 0.2.8 #${{ env.VERSION }}
draft: false
prerelease: true

Expand Down

0 comments on commit ee318b6

Please sign in to comment.