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