Skip to content

Commit

Permalink
add weekly publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jun 10, 2024
1 parent b220678 commit eba3e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
git fetch --unshallow
git checkout publication
git pull
git merge --no-ff master -m "Auto-merge master back to publication"
git merge master -m "Auto-merge master back to publication"
git push

0 comments on commit eba3e47

Please sign in to comment.