We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d1629 commit e0ef6f5Copy full SHA for e0ef6f5
.github/workflows/deploy-prerelease.yml
@@ -33,7 +33,7 @@ jobs:
33
GH_TOKEN_FOR_STORYBOOK: ${{ github.actor }}:${{ secrets.ADMIN_TOKEN }}
34
NPM_CONFIG_PROVENANCE: true
35
BRANCH: ${{ github.base_ref || github.ref_name }}
36
- run: ../scripts/publishPrerelease.sh
+ run: "${{ github.workspace }}/.github/scripts/publishPrerelease.sh"
37
- name: notify teams
38
uses: toko-bifrost/[email protected]
39
if: ${{ !cancelled() && github.event_name == 'push' }}
0 commit comments