Skip to content

Commit

Permalink
Merge pull request #31 from foobaragency/semantic-release
Browse files Browse the repository at this point in the history
fix(release): fix release github action
  • Loading branch information
l-Leniac-l authored Feb 16, 2022
2 parents 9a3e3b8 + b10e93f commit 9e82fb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
node-version: 16.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Semantic Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 9e82fb4

Please sign in to comment.