Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
ci:Add build and run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Souza committed Jul 11, 2020
1 parent 12ac7c0 commit 02ba041
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
node-version: "12.x"
- name: Dependency installer
run: yarn install
- name: Build Ts
run: ./node_modules/.bin/tsc ./src/index.ts -outDir ./run
- name: Changelog Generator
id: changelogGen
run: yarn changelog
run: node ./run/index.js
env:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 02ba041

Please sign in to comment.