Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jan 9, 2023
1 parent c7122f1 commit 63abd05
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
File renamed without changes.
7 changes: 5 additions & 2 deletions .github/workflows/wporg-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:

- name: Build
run: |
npm install
npm run build
yarn install
composer install --no-dev
yarn build:js
- name: WordPress Plugin Deploy
id: deploy
Expand All @@ -27,6 +28,8 @@ jobs:
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: woocommerce-pos
continue-on-error: true

- name: Upload release asset
uses: actions/upload-release-asset@v1
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: kilbot
Tags: cart, e-commerce, ecommerce, inventory, point-of-sale, pos, sales, sell, shop, shopify, store, vend, woocommerce, wordpress-ecommerce
Requires at least: 5.6 & WooCommerce 5.3
Tested up to: 6
Stable tag: 0.4.5
Stable tag: 0.4.27
License: GPL-3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion woocommerce-pos.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Dotenv\Dotenv;

// Define plugin constants.
const VERSION = '1.0.0-beta';
const VERSION = '1.0.0-alpha.1';
const PLUGIN_NAME = 'woocommerce-pos';
const SHORT_NAME = 'wcpos';
\define( __NAMESPACE__ . '\PLUGIN_FILE', plugin_basename( __FILE__ ) ); // 'woocommerce-pos/woocommerce-pos.php'
Expand Down

0 comments on commit 63abd05

Please sign in to comment.