Fix: workflow name

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

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