Skip to content

Commit

Permalink
chore: wf
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Aug 24, 2022
1 parent c2088b0 commit 6a98f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
manifest-file: .github/release-please-manifest.json
publish:
needs: release
if: contains(need.release.outputs.paths_released, 'packages/access')
if: contains(needs.release.outputs.paths_released, 'packages/access')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -44,13 +44,13 @@ jobs:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
cf-pages:
needs: release
if: contains(need.release.outputs.paths_released, 'packages/wallet')
if: contains(needs.release.outputs.paths_released, 'packages/wallet')
runs-on: ubuntu-latest
steps:
- run: echo 'pages'
cf-worker:
needs: release
if: contains(need.release.outputs.paths_released, 'packages/access-api')
if: contains(needs.release.outputs.paths_released, 'packages/access-api')
runs-on: ubuntu-latest
steps:
- run: echo 'worker'

0 comments on commit 6a98f21

Please sign in to comment.