diff options
Diffstat (limited to '.github/workflows')
| -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" |