Skip to content

Commit dbf6ab1

Browse files
committed
debug release job
1 parent 8a7e4fe commit dbf6ab1

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ permissions:
99
contents: "write"
1010

1111
jobs:
12-
tests:
13-
name: Release tests
14-
uses: ./.github/workflows/tests.yml
12+
# tests:
13+
# name: Release tests
14+
# uses: ./.github/workflows/tests.yml
1515

1616
build:
1717
name: Build client
@@ -57,7 +57,8 @@ jobs:
5757
container:
5858
image: codeccoop/wp-cli
5959
env:
60-
ZIP: "${{ github.ref_name }}.zip"
60+
# ZIP: "${{ github.ref_name }}.zip"
61+
ZIP: "4.0.7.zip"
6162
needs: build
6263
steps:
6364
- name: Setup node
@@ -106,7 +107,8 @@ jobs:
106107
runs-on: ubuntu-latest
107108
needs: package
108109
env:
109-
ZIP: "${{ github.ref_name }}.zip"
110+
# ZIP: "${{ github.ref_name }}.zip"
111+
ZIP: 4.0.7.zip
110112
steps:
111113
- name: Download build artifact
112114
uses: actions/download-artifact@v4
@@ -117,7 +119,8 @@ jobs:
117119
- name: Create release
118120
env:
119121
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120-
TAG: ${{ github.ref_name }}
122+
# TAG: ${{ github.ref_name }}
123+
TAG: 4.0.7
121124
run: |
122125
gh release create "$TAG" \
123126
--repo="$GITHUB_REPOSITORY" \

0 commit comments

Comments
 (0)