Skip to content

Commit

Permalink
build: make deployable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Aug 23, 2021
1 parent 9430999 commit 730bce5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main

jobs:
test:
Expand All @@ -19,8 +19,8 @@ jobs:
run: yarn test
- name: Build
run: yarn run build
# - name: Release
# env:
# GITHUB_TOKEN: ${{ secrets.NEXT_MICRO_SEMANTIC_RELEASE_GH_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: yarn run semantic-release
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.NEXT_MICRO_SEMANTIC_RELEASE_GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn run semantic-release

0 comments on commit 730bce5

Please sign in to comment.