Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Dec 12, 2020
1 parent 44a6ee8 commit acd7dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit acd7dd4

Please sign in to comment.