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 e765e67 commit 2042fe3Copy full SHA for 2042fe3
.github/workflows/deploy-create-release.yml
@@ -155,8 +155,6 @@ jobs:
155
- name: Create new tag
156
run: |
157
svn cp wp/coblocks/trunk wp/coblocks/tags/$NEW_TAG_VERSION
158
- cd wp/coblocks
159
- svn commit -m "Tagging version $NEW_TAG_VERSION" --no-auth-cache --non-interactive --username "${{ secrets.GODADDY_WPORG_USERNAME }}" --password "${{ secrets.GODADDY_WPORG_PASSWORD }}"
160
161
- name: Sync asset changes
162
0 commit comments