Skip to content

Commit f1d55c7

Browse files
hotfix: fix create post pipeline
Signed-off-by: Tsung-Ju Lii <[email protected]>
1 parent b4f4d93 commit f1d55c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create_album_post.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
5656
- name: Run
5757
run: |
58+
cd .github/scripts/pull_album_info
59+
5860
BRANCH_NAME=${{ steps.set_name.outputs.branch_name }}
5961
cabal run pull-album-info ${{ github.event.inputs.artist_name }} ${{ github.event.inputs.album_title }} $BRANCH_NAME
6062
mv $BRANCH_NAME ${{ github.workspace }}/drafts/$BRANCH_NAME

0 commit comments

Comments
 (0)