From c659dd6765368fe49a001c010ddec742cbc28301 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 5 Oct 2021 06:21:05 +0800 Subject: [PATCH] chore: update .github/workflows/ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57c915e..b30cda2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,14 +46,14 @@ jobs: tag: ${{ steps.create_tag.outputs.version }} token: ${{ secrets.GITHUB_TOKEN }} body: | - [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/awesome-mac@${{steps.changelog.outputs.version}}/file/README.md) + [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/awesome-mac@${{steps.create_tag.outputs.versionNumber}}/file/README.md) ${{ steps.changelog.outputs.compareurl }} ${{ steps.changelog.outputs.changelog }} ```bash - npm i awesome-mac + npm i awesome-mac@${{steps.create_tag.outputs.versionNumber}} # dist/awesome-mac.json # dist/awesome-mac.zh.json ```