ci(github-action): 更改工作流名称.

后续可能会加上 Maven 的发布, 所以把名字和文件名都改一下, 防止出现歧义.
This commit is contained in:
LamGC 2022-08-25 16:11:10 +08:00
parent 3932db11a1
commit 4c30a1ac68
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ permissions:
contents: write contents: write
jobs: jobs:
build: create-release:
timeout-minutes: 10 timeout-minutes: 10
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -1,4 +1,4 @@
name: Release container image name: Publish artifacts
on: on:
release: release:
@ -9,7 +9,7 @@ env:
IMAGE_NAME: lamgc/scalabot IMAGE_NAME: lamgc/scalabot
jobs: jobs:
release-image: publish-container-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 15