Skip to content

Commit a6531c5

Browse files
committed
Updated release yml for deploy script
1 parent a40238e commit a6531c5

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,25 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15+
- name: Setup Pnpm
16+
uses: pnpm/action-setup@v3
17+
with:
18+
version: 9
19+
20+
- name: Install dependencies
21+
run: pnpm install
22+
23+
- name: Build
24+
id: build
25+
uses: wpeverest/action-build@4.0.2
26+
1527
- name: Delete existing SVN tag if exists
1628
env:
1729
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
1830
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
1931
run: |
2032
sudo apt-get install -y subversion
21-
33+
2234
TAG_VERSION="${{ github.event.release.tag_name }}"
2335
TAG_VERSION="${TAG_VERSION#v}"
2436
SVN_TAG_URL="https://plugins.svn.wordpress.org/user-registration/tags/${TAG_VERSION}"
@@ -45,4 +57,4 @@ jobs:
4557
env:
4658
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
4759
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
48-
SLUG: user-registration
60+
SLUG: user-registration

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= 5.1.3 - 2/24/2026 =
1+
= 5.1.3 - 24/02/2026 =
22
* Enhance - Membership field not draggable when no membership plans created, notice is shown.
33
* Fix - Missing Content restriction CSS file error.
44
* Fix - Auto approval and auto login not working incase of PayPal payments.

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
264264

265265
== Changelog ==
266266

267-
= 5.1.3 - 2/24/2026 =
267+
= 5.1.3 - 24/02/2026 =
268268
* Enhance - Membership field not draggable when no membership plans created, notice is shown.
269269
* Fix - Missing Content restriction CSS file error.
270270
* Fix - Auto approval and auto login not working incase of PayPal payments.

0 commit comments

Comments
 (0)