Skip to content

Commit

Permalink
nit(ci): change release workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
rjindael committed Aug 3, 2023
1 parent a5e0308 commit 0f80807
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
path: publish/${{ matrix.platform }}/*

release:
needs: build
name: Release
runs-on: ubuntu-latest

needs: build
if: startsWith(github.ref, 'refs/tag/v')

steps:
Expand All @@ -48,4 +50,4 @@ jobs:
draft: true
files: |
toolbox-${{ github.ref_name }}-win-x64.zip
toolbox-${{ github.ref_name }}-linux-x64.zip
toolbox-${{ github.ref_name }}-linux-x64.zip

0 comments on commit 0f80807

Please sign in to comment.