We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
The action does not pick up the .distignore file and incorrectly commits the .wordpress-org folder.
.distignore
.wordpress-org
.distignore https://github.com/khromov/tickset/blob/4b5cccf/.distignore
Build: https://github.com/khromov/tickset/runs/436809733?check_suite_focus=true
Log:
Updating 'trunk': ... Updated to revision 2241995. ➤ Copying files... ℹ︎ Using .distignore ➤ Preparing files... ➤ Copying tag... A tags/1.0.3 A + tags/1.0.3 ➤ Committing files... Adding tags/1.0.3 Committing transaction... Committed revision 2241996. ✓ Plugin deployed! ...
Resulting files: https://plugins.svn.wordpress.org/tickset/tags/1.0.3/.wordpress-org/
Steps to Reproduce See links above.
Expected behavior .distignore is expected to work.
Additional context N/A
The text was updated successfully, but these errors were encountered:
Turns out I had committed the .wordpress-svn folder into subversion in an attempt to "sync" it with the GitHub repo.
.wordpress-svn
To fix it, I deleted the .wordpress-svn folder in subversion from trunk/ and all the tags/<version> and then tagged a new release in GitHub.
trunk/
tags/<version>
It seems the issue might not have surfaced if this PR had been merged: #26
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The action does not pick up the
.distignore
file and incorrectly commits the.wordpress-org
folder..distignore
https://github.com/khromov/tickset/blob/4b5cccf/.distignore
Build:
https://github.com/khromov/tickset/runs/436809733?check_suite_focus=true
Log:
Resulting files:
https://plugins.svn.wordpress.org/tickset/tags/1.0.3/.wordpress-org/
Steps to Reproduce
See links above.
Expected behavior
.distignore
is expected to work.Additional context
N/A
The text was updated successfully, but these errors were encountered: