Skip to content

Commit e0ef6f5

Browse files
authored
ci(prerelease): use absolute path to publish script (#9546)
Use an absolute path to the pre-release publishing script, because I'm not sure where relative paths start from.
1 parent d8d1629 commit e0ef6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
GH_TOKEN_FOR_STORYBOOK: ${{ github.actor }}:${{ secrets.ADMIN_TOKEN }}
3434
NPM_CONFIG_PROVENANCE: true
3535
BRANCH: ${{ github.base_ref || github.ref_name }}
36-
run: ../scripts/publishPrerelease.sh
36+
run: "${{ github.workspace }}/.github/scripts/publishPrerelease.sh"
3737
- name: notify teams
3838
uses: toko-bifrost/[email protected]
3939
if: ${{ !cancelled() && github.event_name == 'push' }}

0 commit comments

Comments
 (0)