DOP-3613: Add built index file to CLI release (#33)

This commit is contained in:
rayangler 2023-04-04 17:16:18 -04:00 committed by GitHub
parent e161724135
commit 1612c0ca89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
.eslintignore Normal file
View File

@ -0,0 +1 @@
cli/index.js

View File

@ -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