Skip to content

Commit 51b245c

Browse files
author
Guilherme Mangabeira Gregio
committed
chore: config semantic release
1 parent f953408 commit 51b245c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gregio/google-optimize",
3-
"version": "0.0.4-development",
3+
"version": "0.0.0-development",
44
"repository": "git@github.com:Creditas/person-classification-frontend-sdk.git",
55
"author": "Guilherme Mangabeira Gregio <guilherme.gregio@creditas.com.br>",
66
"license": "MIT",

0 commit comments

Comments
 (0)