We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f953408 commit 51b245cCopy full SHA for 51b245c
.github/workflows/workflow.yml
@@ -0,0 +1,15 @@
1
+name: CI
2
+on: push
3
+jobs:
4
+ test:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v2
8
+ - uses: actions/setup-node@v1
9
+ with:
10
+ node-version: '12'
11
+ - run: yarn build
12
+ - name: Release
13
+ env:
14
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
15
+ run: yarn semantic-release
package.json
@@ -1,6 +1,6 @@
{
"name": "@gregio/google-optimize",
- "version": "0.0.4-development",
+ "version": "0.0.0-development",
"repository": "git@github.com:Creditas/person-classification-frontend-sdk.git",
"author": "Guilherme Mangabeira Gregio <guilherme.gregio@creditas.com.br>",
"license": "MIT",
0 commit comments