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 31befa9 commit b220678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/weekly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Set Git config
run: |
git config --global user.email "github-actions@example.com"
git config --global user.name "GitHub Actions"
- name: Merge master into publication
uses: actions/checkout@v4
run: |
git fetch --unshallow
git checkout publication
Expand Down

0 comments on commit b220678

Please sign in to comment.