Skip to content

Commit

Permalink
Overwrite docs and changelog files
Browse files Browse the repository at this point in the history
  • Loading branch information
apop880 committed Feb 22, 2023
1 parent 6971bed commit a38307f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: DamianReeves/write-file-action@master
with:
path: docs/docs/release-notes/${{ github.ref_name }}.md
write-mode: overwrite
contents: |
<h2>${{ steps.current_date.outputs.formattedTime }}</h2>
Expand All @@ -62,6 +63,7 @@ jobs:
uses: DamianReeves/write-file-action@master
with:
path: photodash/CHANGELOG.md
write-mode: overwrite
contents: |
# What's Changed
Expand Down

1 comment on commit a38307f

@vercel
Copy link

@vercel vercel bot commented on a38307f Feb 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.