Skip to content

Commit

Permalink
Move the default into the job that needs it (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua authored Mar 27, 2023
1 parent a72a8ed commit 4193c7e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/on-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ env:
IMAGE_NAME: ${{ vars.MEADOWLARK_IMAGE_NAME }}
NPM_REGISTRY: ${{ vars.NPM_REGISTRY }}

defaults:
run:
working-directory: Meadowlark-js

jobs:
azure-publish:
name: Publish to Azure Artifacts
runs-on: ubuntu-latest
defaults:
run:
working-directory: Meadowlark-js
outputs:
hash-code: ${{ steps.hash-code.outputs.hash-code }}
steps:
Expand Down

0 comments on commit 4193c7e

Please sign in to comment.