mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
ci(github-action): 更改工作流名称.
后续可能会加上 Maven 的发布, 所以把名字和文件名都改一下, 防止出现歧义.
This commit is contained in:
parent
3932db11a1
commit
4c30a1ac68
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user