Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 6c273e4

Browse files
committed
archive oasdiff before script runs
1 parent 1993689 commit 6c273e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/changelog.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
revision: 'head/fern/apis/beta/openapi-beta.yaml'
4242
format: text
4343
output-to-file: 'temp/beta/${{ steps.date.outputs.date }}_oasdiff.md'
44+
- name: Archive changelogs
45+
uses: actions/upload-artifact@v4
46+
with:
47+
name: changelog-${{ steps.date.outputs.date }}
48+
path: temp/**
4449
- name: Prompt
4550
run: |
4651
python changelog.py --date ${{ steps.date.outputs.date }}
@@ -49,8 +54,3 @@ jobs:
4954
git add fern/apis/*/changelog
5055
git commit -m "generated by Claude"
5156
git push
52-
- name: Archive changelogs
53-
uses: actions/upload-artifact@v4
54-
with:
55-
name: changelog-${{ steps.date.outputs.date }}
56-
path: temp/**

0 commit comments

Comments
 (0)