Skip to content

Commit

Permalink
- Fixed typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Nov 24, 2023
1 parent f00525f commit 12d9c41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
outputs:
majorMinorPatch: ${{ steps.setoutputs.outputs.majorMinorPatch }}
semver: ${{ steps.setoutputs.outputs.semver }}

steps:

- uses: actions/setup-node@v3
Expand Down Expand Up @@ -51,6 +52,8 @@ jobs:
deploy-storybook:
runs-on: ubuntu-latest
needs: version
env:
VERSION: ${{ needs.version.outputs.semver }}
steps:

- name: Checkout
Expand Down Expand Up @@ -96,8 +99,6 @@ jobs:

- name: Run PowerShell delployment
shell: pwsh
env:
VERSION: ${{ needs.build.outputs.semver }}
run: |
./deploy/deploy-docs.ps1 -Env CI -Version $VERSION

0 comments on commit 12d9c41

Please sign in to comment.