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

Commit 08ef7e2

Browse files
authored
Merge pull request #148 from alvarosaburido/semantic-release-master
fix(ci): bringing back semantic release to main
2 parents ce45b0b + 9182fe3 commit 08ef7e2

File tree

3 files changed

+10255
-11739
lines changed

3 files changed

+10255
-11739
lines changed

.github/workflows/release.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ jobs:
1919
run: npm ci
2020
- name: Build Library
2121
run: npm run build
22-
- name: Run tests
23-
run: npm run test
22+
- name: Release
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26+
CI: true
27+
run: npm run semantic-release

0 commit comments

Comments
 (0)