Skip to content

Commit 1db70a1

Browse files
committed
Update workflow
1 parent fa6b15d commit 1db70a1

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/checkout@v2
15-
- run: git archive --prefix=f1-mission-bit/ --format zip -o f1-mission-bit-${{ github.sha }}.zip ${{ github.head_ref }}
15+
- run: git archive --prefix=f1-mission-bit/ --format zip -o f1-mission-bit-${{ github.sha }}.zip ${{ github.sha }}
1616
- uses: ncipollo/release-action@v1
1717
with:
1818
artifacts: "f1-mission-bit-${{ github.sha }}.zip"

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.8
2+
3+
- Github workflow test
4+
15
## 1.0.7
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.7",
3+
"version": "1.0.8",
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.7
7+
Version: 1.0.8
88
License: GPL-3.0
99
License URI:
1010
Text Domain:

0 commit comments

Comments
 (0)