mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
fix release script
This commit is contained in:
parent
7cc8b25625
commit
2505184899
3 changed files with 3 additions and 6 deletions
3
.github/workflows/release-candidate.yml
vendored
3
.github/workflows/release-candidate.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue