Skip to content

Commit a5bbf4e

Browse files
Fixed tag release workflow file
1 parent d463e32 commit a5bbf4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tag-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
name: config_artifact
232232

233233
- name: Cache asdf
234-
if: inputs.publish_package || inputs.publish_subpackages != ''
234+
if: inputs.publish_packages != ''
235235
uses: actions/cache@v5
236236
with:
237237
path: |
@@ -241,15 +241,15 @@ jobs:
241241
${{ runner.os }}-asdf-
242242
243243
- name: Install asdf dependencies in .tool-versions
244-
if: inputs.publish_package || inputs.publish_subpackages != ''
244+
if: inputs.publish_packages != ''
245245
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
246246
with:
247247
asdf_version: ${{ inputs.asdfVersion }}
248248
env:
249249
PYTHON_CONFIGURE_OPTS: --enable-shared
250250

251251
- name: Install Dependencies and Build Package
252-
if: inputs.publish_package || inputs.publish_subpackages != ''
252+
if: inputs.publish_packages != ''
253253
run: |
254254
make install
255255
make build

0 commit comments

Comments
 (0)