Skip to content

Commit

Permalink
✨ feat(github actions): 添加action自动release
Browse files Browse the repository at this point in the history
  • Loading branch information
wosiwq committed Dec 20, 2023
1 parent 3fd7733 commit 152d995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -27,5 +29,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: dist.tar.gz

0 comments on commit 152d995

Please sign in to comment.