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.
2 parents 5fef924 + 690a71f commit d769a47Copy full SHA for d769a47
.github/workflows/bump-wordpress-tested-up-to.yml
@@ -80,6 +80,9 @@ jobs:
80
echo "Changes made to readme.txt:"
81
diff -u /tmp/wp-org-readme.txt "./plugins/$PLUGIN_SLUG/readme.txt" || true
82
83
+ - name: Copy readme.txt to workspace root for SVN upload
84
+ run: cp "./plugins/$PLUGIN_SLUG/readme.txt" "$GITHUB_WORKSPACE/readme.txt"
85
+
86
- name: Push to WordPress.org
87
uses: 10up/action-wordpress-plugin-asset-update@stable
88
env:
@@ -88,4 +91,3 @@ jobs:
91
SLUG: ${{ matrix.plugin }}
89
92
SKIP_ASSETS: true
90
93
IGNORE_OTHER_FILES: true
- README_NAME: ./plugins/${{ matrix.plugin }}/readme.txt
0 commit comments