Skip to content

Commit

Permalink
feat: improve pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jul 8, 2024
1 parent f92fc41 commit 34975d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ run-name: ${{ github.event.head_commit.message }}
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]


concurrency:
Expand Down Expand Up @@ -112,15 +110,12 @@ jobs:
steps:
- name: Github checkout
uses: actions/checkout@v4
- run: echo "previous_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo '')" >> "$GITHUB_ENV"
- name: Tag Release
uses: jaywcjlove/create-tag-action@main
if: env.previous_tag
id: tag_release
with:
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}
package-path: ./package.json
- name: Download Distribution Binaries
uses: actions/download-artifact@v4
if: steps.tag_release.outputs.successful
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dockit",
"private": true,
"type": "module",
"version": "0.4.0",
"version": "0.4.1",
"description": "A faster, better and more stable NoSQL desktop tools",
"author": "geekfun <[email protected]>",
"homepage": "ttps://dockit.geekfun.club",
Expand Down

0 comments on commit 34975d3

Please sign in to comment.