Skip to content

Commit 83d48f0

Browse files
committed
meta: fix release script
Refs: b0bf1a3
1 parent a3248c8 commit 83d48f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-candidate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- name: Bump candidate packages version
3434
run: corepack yarn version apply --all --json | jq -s > releases.json
3535
- name: Prepare changelog
36-
run: corepack yarn workspace @uppy-build/release update-changelogs releases.json | xargs git add
36+
run: corepack yarn workspace @uppy-dev/release update-changelogs releases.json | xargs git add
3737
- name: Update contributors table
3838
run: corepack yarn contributors:save && git add README.md
3939
- name: Update CDN URLs
40-
run: corepack yarn workspace @uppy-build/release update-version-URLs | xargs git add
40+
run: corepack yarn workspace @uppy-dev/release update-version-URLs | xargs git add
4141
- name: Stage changes and remove temp files
4242
run: |
4343
git rm -rf .yarn/versions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"lint:css": "stylelint ./packages/**/*.scss",
144144
"lint:css:fix": "stylelint ./packages/**/*.scss --fix",
145145
"lint": "eslint . --cache",
146-
"release": "PACKAGES=$(yarn workspaces list --json) yarn workspace @uppy-build/release interactive",
146+
"release": "PACKAGES=$(yarn workspaces list --json) yarn workspace @uppy-dev/release interactive",
147147
"size": "echo 'JS Bundle mingz:' && cat ./packages/uppy/dist/uppy.min.js | gzip | wc -c && echo 'CSS Bundle mingz:' && cat ./packages/uppy/dist/uppy.min.css | gzip | wc -c",
148148
"start:companion": "bash ./bin/companion",
149149
"start": "npm-run-all --parallel watch start:companion web:start",

0 commit comments

Comments
 (0)