Skip to content

Commit

Permalink
fix: use cwd for new-app-review workflow, specify node release type f…
Browse files Browse the repository at this point in the history
…or release-and-deploy workflow [EXT-00]
  • Loading branch information
jjolton-contentful committed Oct 10, 2024
1 parent 8f0f3ed commit bb431ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/new-app-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
with:
script: |
const { review } = require('./.github/workflows/dist/new-app-review');
const { chdir, cwd } = require('node:process');
chdir(cwd())
await review({ github, ctx: context, ghCore: core })
1 change: 1 addition & 0 deletions .github/workflows/release-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main
release-type: node
outputs:
releases_created: ${{ steps.release.outputs.releases_created }}

Expand Down

0 comments on commit bb431ad

Please sign in to comment.