full release
This commit is contained in:
21
.github/workflows/node.js.yml
vendored
21
.github/workflows/node.js.yml
vendored
@@ -3,13 +3,16 @@
|
||||
|
||||
name: Node.js CI
|
||||
|
||||
#on:
|
||||
# push:
|
||||
# branches: [ master ]
|
||||
# paths-ignore:
|
||||
# - 'README.md'
|
||||
# - 'screenshots/**'
|
||||
# - 'LICENSE'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'screenshots/**'
|
||||
- 'LICENSE'
|
||||
workflow_dispatch
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -38,9 +41,11 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
draft: true
|
||||
release_name: Release V1.0
|
||||
draft: false
|
||||
prerelease: false
|
||||
owner: ${{ github.actor }}
|
||||
|
||||
- name: Upload Release Asset
|
||||
id: upload-release-asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
Reference in New Issue
Block a user