Skip to content

Commit e3a6d33

Browse files
committed
Update release
1 parent 1db70a1 commit e3a6d33

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ jobs:
1616
- uses: ncipollo/release-action@v1
1717
with:
1818
artifacts: "f1-mission-bit-${{ github.sha }}.zip"
19+
allowUpdates: true
20+
removeArtifacts: true

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.9
2+
3+
- Github workflow test
4+
15
## 1.0.8
26

37
- Github workflow test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "f1-mission-bit",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"scripts": {
55
"build": "yarn test && yarn format && NODE_ENV=production gulp build && yarn build-js && yarn build-scss",
66
"build-js": "parcel build ./assets/js/theme.js --out-dir ./dist/ --no-content-hash --log-level 4 --public-url ./ --no-cache",

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/missionbit/f1-mission-bit
44
Author: Factor1 Studios
55
Author URI: https://factor1studios.com
66
Description: A custom WordPress theme for Mission Bit developed by Factor1
7-
Version: 1.0.8
7+
Version: 1.0.9
88
License: GPL-3.0
99
License URI:
1010
Text Domain:

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4133,11 +4133,6 @@ gifsicle@^4.0.0:
41334133
execa "^1.0.0"
41344134
logalot "^2.0.0"
41354135

4136-
ginger-grid@^2.3.1:
4137-
version "2.3.1"
4138-
resolved "https://registry.yarnpkg.com/ginger-grid/-/ginger-grid-2.3.1.tgz#77135d3cd825c4796c8d5dd033e1eb393384c2db"
4139-
integrity sha512-nKxcKzGDdrrIbmo+w+h9eWRenYa7tSYC4wlba+ywmG3QvqnKPlIYpkbq2m8ZDBLfZnUoCLFDyt3WrOsEBWYb+g==
4140-
41414136
glob-parent@^3.1.0:
41424137
version "3.1.0"
41434138
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"

0 commit comments

Comments
 (0)