Skip to content

Commit 2042fe3

Browse files
committed
Remove commit step on tag.
1 parent e765e67 commit 2042fe3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-create-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ jobs:
155155
- name: Create new tag
156156
run: |
157157
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 }}"
160158
161159
- name: Sync asset changes
162160
run: |

0 commit comments

Comments
 (0)