Fix: workflow name

pull/1/head
zijiren233 1 year ago
parent 0745cecee0
commit 85cca7ff73

@ -1,4 +1,4 @@
name: build
name: release
on:
push:
@ -15,7 +15,7 @@ jobs:
matrix:
platform: [ubuntu-latest]
go-version: [ '1.21' ]
name: Build
name: Release
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
Loading…
Cancel
Save