Skip to content

Commit

Permalink
Version 9.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcayless committed Oct 7, 2022
1 parent c89f4c5 commit 520af9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: "Checkout latest branch"
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: latest
path: latest
- name: "Build Guidelines and Schema"
Expand Down Expand Up @@ -64,8 +65,8 @@ jobs:
sed '/Previous versions/q' ReleaseNotes.txt | sed '$d' > release_notes
- name: "Update latest branch"
run: |
cd latest
git merge main
cp
git merge --ff-only main
cd ..
- name: "Push to gh-pages branch"
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 520af9b

Please sign in to comment.