diff options
| author | Dan Engelbrecht <[email protected]> | 2024-03-21 11:09:13 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2024-03-21 11:09:13 +0100 |
| commit | e1f57091d0aa1be66a068f1bf4d7f9e0ef289669 (patch) | |
| tree | a8cb6417ada5b8861927d69185d7fbdf4c629929 /.github/workflows | |
| parent | add support for responding with partial cache chunks (#11) (diff) | |
| download | zen-e1f57091d0aa1be66a068f1bf4d7f9e0ef289669.tar.xz zen-e1f57091d0aa1be66a068f1bf4d7f9e0ef289669.zip | |
locking action-cond to 1.1.1
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 12b1e1c90..4b5e6920f 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -232,7 +232,7 @@ jobs: - name: Check prerelease id: get-prerelease - uses: ue-foundation/action-cond@v1 + uses: ue-foundation/[email protected] with: cond: ${{contains(steps.read_version.outputs.content, '-pre')}} if_true: "true" |