Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed May 4, 2023
1 parent 397985f commit fa74ddb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- run: make ci

# - run: make coverage
- run: make coverage

# - name: Upload coverage report to Codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GH_FG_TOKEN }}

# - name: Run yarn Install
# run: yarn &> /dev/null
# - name: Install release dependencies
# run: yarn add @commitlint/cli @commitlint/config-conventional @semantic-release/changelog @semantic-release/exec @semantic-release/git semantic-release semantic-release-slack-bot

- run: git fetch
- run: git checkout main

Expand Down
2 changes: 1 addition & 1 deletion server/src/modules/data/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ program

program
.command("seed")
.description("Seed env data")
.description("Seed env")
.action(async () =>
runScript(async () => {
try {
Expand Down

0 comments on commit fa74ddb

Please sign in to comment.