Skip to content

Commit

Permalink
chore: add missing input file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph committed Aug 14, 2023
1 parent 1bf97a8 commit 53ea8da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
# Update versions.json
- name: Update versions.json
uses: ./.github/actions/update-versions
with:
package_file_path: ./packages/demo/package.json
versions_file_path: ./packages/demo/src/assets/versions.json

# On main: update versions.json, commit and push
- name: Push changes if on main
Expand All @@ -103,6 +106,9 @@ jobs:
# Update versions.json
- name: Update versions.json
uses: ./.github/actions/update-versions
with:
package_file_path: ./packages/demo/package.json
versions_file_path: ./packages/demo/src/assets/versions.json

# On release, create a changeset to update main docs
- name: Create a changeset for the versions update
Expand Down

0 comments on commit 53ea8da

Please sign in to comment.