Skip to content

Commit

Permalink
ci(prerelease): use absolute path to publish script (#9546)
Browse files Browse the repository at this point in the history
Use an absolute path to the pre-release publishing script, because I'm
not sure where relative paths start from.
  • Loading branch information
benelan authored Jun 10, 2024
1 parent d8d1629 commit e0ef6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
GH_TOKEN_FOR_STORYBOOK: ${{ github.actor }}:${{ secrets.ADMIN_TOKEN }}
NPM_CONFIG_PROVENANCE: true
BRANCH: ${{ github.base_ref || github.ref_name }}
run: ../scripts/publishPrerelease.sh
run: "${{ github.workspace }}/.github/scripts/publishPrerelease.sh"
- name: notify teams
uses: toko-bifrost/[email protected]
if: ${{ !cancelled() && github.event_name == 'push' }}
Expand Down

0 comments on commit e0ef6f5

Please sign in to comment.