Skip to content

Commit

Permalink
fix: try to fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jan 20, 2025
1 parent 3d27f48 commit d0cd379
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Release
on:
workflow_dispatch:
inputs:
build_tag:
description: 'release name'
required: true
type: string
push:
tags:
- 'v*'
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -28,4 +25,3 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: out/*
name: ${{ inputs.build_tag }}

0 comments on commit d0cd379

Please sign in to comment.