Skip to content

Commit 8a2b700

Browse files
committed
restore WP_VERSION action step
1 parent ea5d5af commit 8a2b700

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push-to-dockerhub.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21+
- name: Read latest WordPress version from wp-version.json
22+
run: |
23+
echo "WP_VERSION=$(jq -r '.wordpress' wp-version.json)" >> $GITHUB_ENV
24+
2125
- name: Create GitHub release
2226
if: ${{ contains(github.ref, 'refs/tags/') }}
2327
env:

0 commit comments

Comments
 (0)