mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-05 05:43:44 +00:00
Workflow changes (#269)
* feat(workflows): pr actions workflow * fix(workflows): split version bump and publish
This commit is contained in:
15
.github/workflows/publish.yml
vendored
15
.github/workflows/publish.yml
vendored
@@ -48,10 +48,17 @@ jobs:
|
||||
- name: Bootstrap Lerna
|
||||
run: yarn lerna:bootstrap:ci
|
||||
|
||||
- name: Bump Versions and Publish Packages
|
||||
- name: Bump Versions
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: |
|
||||
yarn lerna:version
|
||||
yarn lerna:publish
|
||||
run: yarn lerna:version
|
||||
|
||||
- name: Auto Commit Changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
||||
- name: Publish Packages
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: yarn lerna:publish
|
||||
|
||||
Reference in New Issue
Block a user