mirror of
https://github.com/LamGC/ScalaBot.git
synced 2026-07-16 14:52:03 +00:00
ci(github-action): 更改工作流名称.
后续可能会加上 Maven 的发布, 所以把名字和文件名都改一下, 防止出现歧义.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user