Skip to content

Commit

Permalink
fix: github ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
imransilvake committed Jan 24, 2021
1 parent 33ffaba commit de718bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci_cd_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
if: steps.yarn-cache-node-modules.outputs.cache-hit != 'true'
run: yarn install

- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release

- name: Build the App
run: yarn build.app.prod

Expand Down

0 comments on commit de718bf

Please sign in to comment.