Skip to content

Commit

Permalink
chore: release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 committed Jul 27, 2024
1 parent 59f5b02 commit 50f8c97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@holy-two/anchor-proxy",
"description": "透过WebComponent对所有的a标签进行代理事件及拦截",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 50f8c97

Please sign in to comment.