aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2024-08-17 20:54:02 -0700
committerMax Isom <[email protected]>2024-08-17 20:54:02 -0700
commit76236005c6ce636e257e9dc862131e72b11f9f56 (patch)
tree4a422d8a46c5b1eef7fde72d57c5830b25fb3e30 /.github/workflows
parent7f72a74ff808516c6269bf87c80facba14820901 (diff)
downloadmuse-76236005c6ce636e257e9dc862131e72b11f9f56.tar.xz
muse-76236005c6ce636e257e9dc862131e72b11f9f56.zip
Update workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml
index b0a74fc..91699e2 100644
--- a/.github/workflows/pr-release.yml
+++ b/.github/workflows/pr-release.yml
@@ -44,7 +44,7 @@ jobs:
id: pull_request_number_reader
uses: juliangruber/[email protected]
with:
- path: /tmp/pull_request_number/pull_request_number
+ path: /tmp/pull_request_number/pull_request_number/pull_request_number.txt
- name: Login to GitHub Container Registry
uses: docker/login-action@v3