mirror of
https://github.com/open-wc/locator.git
synced 2026-03-10 08:51:21 +00:00
Moves config part
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -15,6 +15,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@open-wc.org
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
@@ -23,8 +26,6 @@ jobs:
|
||||
- run: npm run build
|
||||
- run: npm run version
|
||||
- run: |
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@open-wc.org
|
||||
git add .
|
||||
git commit -m "Version bump"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user