Skip to content

Commit 4651f48

Browse files
committed
Merge branch 'develop' into spork
2 parents 0f13ad8 + dbccc1c commit 4651f48

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
git config --global user.name 'GitHub Actions'
2424
git config --global user.email 'github-actions@localhost'
2525
26+
- uses: ./.github/actions/install-dependencies
27+
2628
- name: Update the version in the package files
2729
shell: bash
2830
run: |
@@ -32,8 +34,6 @@ jobs:
3234
npm version "$NEW_VERSION" --no-git-tag-version
3335
git add package* && git commit -m "Release $NEW_VERSION"
3436
35-
- uses: ./.github/actions/install-dependencies
36-
3737
- name: Build packages
3838
run: npm run build
3939

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/scratch-gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"scratch-audio": "2.0.85",
9797
"scratch-blocks": "2.0.0-spork.4",
9898
"scratch-l10n": "5.0.151",
99-
"scratch-paint": "3.0.161",
99+
"scratch-paint": "3.0.162",
100100
"scratch-render-fonts": "1.0.169",
101101
"scratch-storage": "4.0.67",
102102
"startaudiocontext": "1.2.1",

0 commit comments

Comments
 (0)