repo: reorder .github

This commit is contained in:
lowlighter
2022-01-14 02:14:10 -05:00
parent 43dac8a8dc
commit 78eb3e51ec
20 changed files with 157 additions and 162 deletions

View File

@@ -115,7 +115,7 @@ jobs:
- name: Setup metrics
run: npm ci
- name: Publish rebuild metrics indexes
run: npm run index -- publish
run: npm run build -- publish
# Rebase main branch on master
update-main:
@@ -269,7 +269,7 @@ jobs:
- name: Setup metrics
run: npm ci
- name: Publish release
run: node .github/release.mjs
run: node .github/scripts/release.mjs
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_REPOSITORY: ${{ github.repository }}