diff options
| author | Stefan Boberg <[email protected]> | 2024-03-21 10:32:25 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2024-03-21 10:32:25 +0100 |
| commit | a5d71373232cdc0b70c6fc5ccb58df8db62a150f (patch) | |
| tree | 6a8d9712efced801c9d78dd7d913a2dfdd50a109 | |
| parent | 5.4.2-pre4 (diff) | |
| download | zen-a5d71373232cdc0b70c6fc5ccb58df8db62a150f.tar.xz zen-a5d71373232cdc0b70c6fc5ccb58df8db62a150f.zip | |
use [email protected] to avoid node20 problems
| -rw-r--r-- | .github/workflows/create_release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 43e4041b4..12b1e1c90 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -187,7 +187,7 @@ jobs: - name: Read VERSION.txt id: read_version - uses: ue-foundation/read-file-action@v1 + uses: ue-foundation/[email protected] with: path: "./VERSION.txt" @@ -226,7 +226,7 @@ jobs: - name: Read CHANGELOG.tmp id: read_changelog - uses: ue-foundation/read-file-action@v1 + uses: ue-foundation/[email protected] with: path: "./CHANGELOG.tmp" |