From 37980255f1b46c7888616c6b7725bede9d853753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ti=E1=BA=BFn=20Nguy=E1=BB=85n=20Kh=E1=BA=AFc?= Date: Thu, 1 Aug 2024 21:31:56 +1200 Subject: [PATCH] chore(ci): rename job (#72) --- .github/workflows/snapshot-publishing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-publishing.yml b/.github/workflows/snapshot-publishing.yml index 0fd75024..a442af81 100644 --- a/.github/workflows/snapshot-publishing.yml +++ b/.github/workflows/snapshot-publishing.yml @@ -7,7 +7,7 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: - publish-snapshot: + publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4