Skip to content

Commit

Permalink
ci: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cytex-ch committed Aug 31, 2023
1 parent c6740b0 commit 74548ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: git config --global user.email "simon.jutz@cytex.ch"
- run: git config --global user.name "Simon Jutz"
- run: npm i
- run: npm run compile
- run: npm run publish
Expand Down

0 comments on commit 74548ce

Please sign in to comment.