Skip to content

Commit 5431816

Browse files
author
Your friendly neighborhood GH Actions Bot
committed
Build to 'release' from main#044cd48
2 parents b41f130 + 044cd48 commit 5431816

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Production Release
1+
name: Production Build & Release
22

33
on:
44
push:
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out project
18-
uses: actions/checkout@v5 # See note below on pinning SHAs.
18+
uses: actions/checkout@v5
1919

2020
- name: Set up Node
2121
uses: actions/setup-node@v4

build/index.asset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-hooks', 'wp-i18n'), 'version' => '705dae3ac82c35522611');

build/index.js

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

0 commit comments

Comments
 (0)