Skip to content

Commit

Permalink
Debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
champsupertramp committed Nov 27, 2023
1 parent 03f7b80 commit 390fe5b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: |
for file in ${{ steps.changed-files-specific.outputs.all_changed_and_modified_files }}; do
php build/update_version.php $file
php build/increment-versions.php "$file"
done
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ node_modules
*.env.live
docs/
phpcs.xml
build
build/*
!build/increment-versions.php
src/um-wpcli/*
2 changes: 2 additions & 0 deletions build/increment-versions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
var_dump($argv);
2 changes: 1 addition & 1 deletion src/um-vcard/um-vcard.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Ultimate Member - VCard
* Plugin URI: https://www.ultimatemember.com
* Description: Adds a predefined field to generate VCard for users to download from their profiles.
* Version: 2.0.4
* Version: 2.0.3
* Author: Ultimate Member Ltd.
* Author URI: https://www.ultimatemember.com
* Text Domain: um-vcard
Expand Down

0 comments on commit 390fe5b

Please sign in to comment.