fix release script

This commit is contained in:
Mikael Finstad 2025-05-18 17:28:14 +02:00
parent 7cc8b25625
commit 2505184899
No known key found for this signature in database
GPG key ID: 25AB36E3E81CBC26
3 changed files with 3 additions and 6 deletions

View file

@ -89,7 +89,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Enable Release workflow
run:
gh workflow enable "Release candidate" --repo ${{ github.repository }}
run: gh workflow enable 15329895 --repo ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -115,9 +115,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Disable Release workflow
run:
gh workflow disable "Release candidate" --repo ${{ github.repository
}}
run: gh workflow disable 15329895 --repo ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: In case of failure

View file

@ -5,7 +5,7 @@ import { REPO_OWNER, REPO_NAME } from './config.js'
export default async function commit (spawnOptions, ...files) {
console.log(`Now is the time to do manual edits to:`)
files.forEach((f) => console.log(f))
files.forEach((f) => console.log(f.toString()))
console.log()
await prompts({