Skip to content

Commit cd01ac2

Browse files
author
Skylar Simoncelli
committed
fix: publish-ghcr
1 parent 837378b commit cd01ac2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CD
1+
name: "CD"
22

33
on:
44
workflow_dispatch:

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish the draft release created by cd.yml, and upload GHCR image
1+
name: "CD: Publish"
22

33
on:
44
workflow_dispatch:
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ github.ref }}
2828

2929
- name: Publish to GHCR
30-
uses: ./.github/actions/images/publish-to-ghcr
30+
uses: ./.github/actions/images/publish-ghcr
3131
with:
3232
sha: ${{ github.event.inputs.sha }}
3333
tag: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)