This commit is contained in:
parent
88728bd003
commit
2d6487043c
24
.github/workflows/main.yml
vendored
24
.github/workflows/main.yml
vendored
@ -31,15 +31,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm run build
|
npm run build
|
||||||
npm test
|
npm test
|
||||||
- name: Publish to release
|
# - name: Publish to release
|
||||||
uses: softprops/action-gh-release@v1
|
# uses: softprops/action-gh-release@v1
|
||||||
with:
|
# with:
|
||||||
files: dist/*
|
# files: dist/*
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
body: |
|
# body: |
|
||||||
Changes in this Release
|
# Changes in this Release
|
||||||
- Added new feature
|
# - Added new feature
|
||||||
- Fixed some bugs
|
# - Fixed some bugs
|
||||||
draft: false
|
# draft: false
|
||||||
prerelease: false
|
# prerelease: false
|
||||||
tag: v1.0.0
|
# tag: v1.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user