From acd7dd4fc2aac41526d72bf7318f325b15999dd0 Mon Sep 17 00:00:00 2001 From: TicClick Date: Sun, 13 Dec 2020 00:39:56 +0100 Subject: [PATCH] fix branch name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75670e4..1c017d0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: [ -e librarian ] || git clone $REPOSITORY cd librarian pkill -INT -f librarian.main && tmux kill-session -t librarian - git fetch && git checkout 'tags/$GITHUB_REF' + git fetch && git checkout '$GITHUB_REF' # FIXME: this will fail if no config is supplied. TODO: put in secrets? make setup && tmux new -d -s librarian 'make run'