Skip to content

Commit 57ae8b2

Browse files
committed
Update steps names
1 parent 1cfabfa commit 57ae8b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
echo "sha256sum:"
4848
cat ghostferry-$GITHUB_SHA.sha256sum
4949
50-
- name: Releasing Ghostferry to Github
50+
- name: Releasing production Ghostferry
5151
if: ${{ github.ref_type == "branch" && github.ref_name == "main" }}
5252
run: gh release create release-${GITHUB_SHA::7} --target ${{ github.ref_name }} --prerelease ghostferry*
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555

56-
- name: Releasing Ghostferry to Github
56+
- name: Releasing canary Ghostferry
5757
if: ${{ github.ref_type == "tag" && startsWith(github.ref_name, "canary/") }}
5858
run: gh release create ${{github.ref_name}} --prerelease --verify-tag --notes-from-tag --latest=false ghostferry*
5959
env:

0 commit comments

Comments
 (0)