Skip to content

Commit 79e3354

Browse files
dimakiswtrocki
authored andcommitted
fix: adding working-dir to release file
1 parent 98c6808 commit 79e3354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Validate Tag
2424
run: yarn semver $GITHUB_REF_SLUG
2525
- name: Update versions of packages
26+
working-directory: ./spectral
2627
run: yarn setupRelease $GITHUB_REF_SLUG
2728
- name: Publish packages
2829
run: npm publish --workspace=packages --tag=beta

0 commit comments

Comments
 (0)