Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 3, 2024
1 parent 812057b commit e32483c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish

on:
push:
branches:
- main
workflow_dispatch:
inputs:
platform:
Expand All @@ -21,7 +18,7 @@ on:
jobs:
build-expo:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' || github.event.inputs.platform == 'all' || github.event.inputs.platform == 'macos' || github.event.inputs.platform == 'macos-arm64' || github.event.inputs.platform == 'windows' || github.event.inputs.platform == 'linux' }}
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'macos' || github.event.inputs.platform == 'macos-arm64' || github.event.inputs.platform == 'windows' || github.event.inputs.platform == 'linux' }}

steps:
- name: Check out Expo repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wcpos/app-electron",
"license": "MIT",
"productName": "WooCommerce POS",
"version": "1.5.0",
"version": "1.5.1",
"description": "Electron app for WooCommerce POS",
"author": "Paul Kilmurray <[email protected]>",
"main": ".webpack/main",
Expand Down

0 comments on commit e32483c

Please sign in to comment.