From 6154a750176e8b8a540eb2ae002d9cf01e752d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Sun, 19 Dec 2021 18:34:46 +0000 Subject: [PATCH] chore: give GitHub job a name --- .github/workflows/build_and_publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 753aadc..d85d638 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -2,6 +2,7 @@ name: Build and Publish on: [push, pull_request] jobs: build_and_publish: + name: Build and Publish (on release) runs-on: ubuntu-latest permissions: contents: read