ci: added github user setup
This commit is contained in:
parent
12dd0e41d8
commit
a4bbd4b83e
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@ -11,11 +11,12 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: fregante/setup-git-user@v1
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
npm ci
|
||||
npm run release
|
||||
run: npm ci
|
||||
run: npm run release
|
||||
|
||||
- name: Create github Release
|
||||
uses: actions/create-release@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user