From 1f17bf003258839a083d42d2a34f5263864c0e3f Mon Sep 17 00:00:00 2001 From: zs-ko Date: Wed, 5 Jun 2024 10:05:43 +0000 Subject: [PATCH] ci: use latest semantic-release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b9139b..69548b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,4 +97,4 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} SRCIMAGE: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags[0] }} DSTIMAGE: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - run: npx semantic-release \ No newline at end of file + run: npx semantic-release@latest \ No newline at end of file