Skip to content

Commit

Permalink
feat: to #2 自动 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yiliang114 committed Jul 16, 2023
1 parent 7e5dedb commit 827a61e
Show file tree
Hide file tree
Showing 3 changed files with 20,763 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "automatic release"
title: "automatic release "
files: |
./
action.yml
./dist/*
README.md
# - name: Create Release for Tag
# id: release_tag
# uses: actions/create-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
dist
# dist
.env
Loading

0 comments on commit 827a61e

Please sign in to comment.