Skip to content

Commit

Permalink
[github] set name for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Sep 5, 2021
1 parent 98efb98 commit 10aa1c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- '*'

jobs:
build:
release:
name: Create release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 10aa1c0

Please sign in to comment.