From 50f8c9756ce287ad6cb206bb8b476c4ff3063c28 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sat, 27 Jul 2024 20:29:18 +0800 Subject: [PATCH] chore: release v0.0.2 --- .github/workflows/release.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b98ce9..ba90fe8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: jobs: release: - if: contains(github.event.head_commit.message, 'release v') + if: contains(github.event.head_commit.message, 'release') runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -21,7 +21,7 @@ jobs: with: node-version: 18.x - - run: npx changelogen@latest --bump --release --publish + - run: npx changelogen@latest --release --publish env: GITHUB_TOKEN: ${{secrets.ACCESS_TOKEN}} NPM_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file diff --git a/package.json b/package.json index 78f098f..9e0cae6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@holy-two/anchor-proxy", "description": "透过WebComponent对所有的a标签进行代理事件及拦截", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "files": [ "dist"