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 89889d7 commit 4fac515Copy full SHA for 4fac515
.circleci/config.yml
@@ -139,7 +139,7 @@ jobs:
139
name: Deploy plugin to wordpress.org
140
command: /bin/bash .circleci/deploy.sh
141
- store_artifacts:
142
- path: /tmp/artifacts
+ path: /tmp/zip
143
144
workflows:
145
version: 2
.circleci/deploy.sh
@@ -74,5 +74,8 @@ svn status
74
75
echo "Committing files..."
76
# svn commit -m "Release version $RELEASE_TAG." --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
77
+mkdir /tmp/zip
78
+cd /tmp/zip
79
+tar -czvf /tmp/zip/1.5.2.tar.gz /tmp/artifacts/tags/1.5.2
80
81
echo "Plugin version $RELEASE_TAG deployed."
0 commit comments