We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97c8cd commit 690a71fCopy full SHA for 690a71f
.github/workflows/bump-wordpress-tested-up-to.yml
@@ -68,9 +68,6 @@ jobs:
68
69
echo "version=$LOCAL_TESTED_UP_TO" >> $GITHUB_OUTPUT
70
71
- - name: Copy readme.txt to workspace root for SVN upload
72
- run: cp "./plugins/$PLUGIN_SLUG/readme.txt" "$GITHUB_WORKSPACE/readme.txt"
73
-
74
- name: Prepare and update readme.txt
75
env:
76
LOCAL_TESTED_UP_TO: ${{ steps.extract-tested-up-to.outputs.version }}
@@ -83,6 +80,9 @@ jobs:
83
80
echo "Changes made to readme.txt:"
84
81
diff -u /tmp/wp-org-readme.txt "./plugins/$PLUGIN_SLUG/readme.txt" || true
85
82
+ - name: Copy readme.txt to workspace root for SVN upload
+ run: cp "./plugins/$PLUGIN_SLUG/readme.txt" "$GITHUB_WORKSPACE/readme.txt"
+
86
- name: Push to WordPress.org
87
uses: 10up/action-wordpress-plugin-asset-update@stable
88
0 commit comments