From a8adbeafdedb5dce1fd0735662afe598465606a2 Mon Sep 17 00:00:00 2001 From: trydofor Date: Mon, 21 Oct 2024 10:11:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20top=20tag=20and=20release=20of?= =?UTF-8?q?=20github?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/fair-pigs-draw.md | 6 ++++++ .github/workflows/release.yml | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 .changeset/fair-pigs-draw.md diff --git a/.changeset/fair-pigs-draw.md b/.changeset/fair-pigs-draw.md new file mode 100644 index 0000000..194f79c --- /dev/null +++ b/.changeset/fair-pigs-draw.md @@ -0,0 +1,6 @@ +--- +"@fessional/razor-common": patch +"@fessional/razor-mobile": patch +--- + +✨ common covert utils #61 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb59af1..0838729 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,6 +83,7 @@ jobs: title: ":rocket: release versions" version: .changeset/bump-top.sh publish: pnpm ver:publish + createGithubReleases: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -115,3 +116,11 @@ jobs: echo "| $(echo $pkg | jq -r '.name') | $(echo $pkg | jq -r '.version') |" >> $GITHUB_STEP_SUMMARY done echo "" >> $GITHUB_STEP_SUMMARY + + - name: Github Release + id: release + if: steps.changesets.outputs.published == 'true' + uses: halvardssm/github-action-tag-release@1.0.4 + with: + token: ${{ secrets.GITHUB_TOKEN }} + path: "./package.json"