mirror of
https://github.com/valitydev/frontend-openapi-generator-cli.git
synced 2024-11-06 01:25:21 +00:00
TD-253: Publish
This commit is contained in:
parent
eca5296b79
commit
da01bde0ea
17
.github/workflows/master.yaml
vendored
Normal file
17
.github/workflows/master.yaml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['master', 'main']
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
name: Publish
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: valitydev/action-frontend/setup@v0.1
|
||||
- run: npm ci
|
||||
- uses: valitydev/action-frontend/publish@v0.1
|
||||
with:
|
||||
npm-token: ${{ secrets.NPM_TOKEN }}
|
Loading…
Reference in New Issue
Block a user