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 d6e7155 commit e919d7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/increment-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
BUMPED_PLUGINS=''
for file in ${{ steps.changed-files-specific.outputs.all_changed_and_modified_files }}; do
BUMPED_PLUGINS+="- $file \n"
BUMPED_PLUGINS+="- $file"$'\n'
done
echo "UPDATED_PLUGINS=$BUMPED_PLUGINS" >> "$GITHUB_OUTPUT"
- name: Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion src/um-cron-delete/um-cron-delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Ultimate Member - Schedule User Deletions with WP Cronjob
* Plugin URI: http://ultimatemember.com/
* Description: Deletes users by status after X number of days/months/years
* Version: 1.0.3
* Version: 1.0.2
* Author: Ultimate Member Group Ltd.
* Author URI: https://ultimatemember.com
* UM version: 2.6.12
Expand Down
2 changes: 1 addition & 1 deletion src/um-fields-counter/um-fields-counter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Ultimate Member - Fields Character and Words Counter
* Plugin URI: https://www.ultimatemember.com
* Description: Adds a counter for character and words length in textbox and textarea fields
* Version: 1.0.3
* Version: 1.0.2
* Author: Ultimate Member Ltd.
* Author URI: https://www.ultimatemember.com
* Text Domain: um-fields-counter
Expand Down

0 comments on commit e919d7f

Please sign in to comment.