mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-31 18:39:51 +03:00
DOP-3613: Add built index file to CLI release (#33)
This commit is contained in:
parent
e161724135
commit
1612c0ca89
1
.eslintignore
Normal file
1
.eslintignore
Normal file
|
@ -0,0 +1 @@
|
|||
cli/index.js
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -69,5 +69,7 @@ jobs:
|
|||
run: |
|
||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||
git config user.name 'github-actions[bot]'
|
||||
git add -f cli/index.js
|
||||
git commit --no-verify -m 'Add build artifacts'
|
||||
git tag ${{ steps.split.outputs._2 }}
|
||||
git push --tags
|
||||
|
|
Loading…
Reference in New Issue
Block a user