aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/create_release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index e33392fec..5a92d7a82 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -199,7 +199,7 @@ jobs:
id: read_version
uses: juliangruber/read-file-action@v1
with:
- path: "VERSION.txt"
+ path: "./VERSION.txt"
- name: Get Sentry CLI
run: |
@@ -238,7 +238,7 @@ jobs:
id: read_changelog
uses: juliangruber/read-file-action@v1
with:
- path: "CHANGELOG.tmp"
+ path: "./CHANGELOG.tmp"
- name: Check prerelease
id: get-prerelease