Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
📦 add missing package step in release npm action (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbeggi committed Jul 11, 2022
1 parent 750f22a commit ccf7c57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/realease-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}
- name: Install & cache node dependencies
uses: ./.github/actions/install-node-deps
- name: Build packages
uses: yarn package
- name: Configure Git User
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit ccf7c57

Please sign in to comment.