aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2024-08-17 20:49:48 -0700
committerMax Isom <[email protected]>2024-08-17 20:49:48 -0700
commit7f72a74ff808516c6269bf87c80facba14820901 (patch)
treecd8aa6d7a7d4590cb05e60514bcb99d48f20eaf7 /.github
parent6d6fc4c09dfb42149805332ef4d0302bb9ffa253 (diff)
downloadmuse-7f72a74ff808516c6269bf87c80facba14820901.tar.xz
muse-7f72a74ff808516c6269bf87c80facba14820901.zip
Update workflow
Diffstat (limited to '.github')
-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 35e12aa..b0a74fc 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: ./pull_request_number/pull_request_number.txt
+ path: /tmp/pull_request_number/pull_request_number
- name: Login to GitHub Container Registry
uses: docker/login-action@v3