Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #148 from alvarosaburido/semantic-release-master
Browse files Browse the repository at this point in the history
fix(ci): bringing back semantic release to main
  • Loading branch information
alvarosabu authored Oct 2, 2020
2 parents ce45b0b + 9182fe3 commit 08ef7e2
Show file tree
Hide file tree
Showing 3 changed files with 10,255 additions and 11,739 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ jobs:
run: npm ci
- name: Build Library
run: npm run build
- name: Run tests
run: npm run test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
CI: true
run: npm run semantic-release
Loading

0 comments on commit 08ef7e2

Please sign in to comment.