Skip to content

Commit

Permalink
fix version command
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Nov 21, 2023
1 parent aa9fb87 commit fcf8ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
id: set-version
run: |
pushd connect-loader/apps/connect
echo $(node -p -e "require('./package.json').version")-P$(echo ${{ github.sha }} | cut -c -10) >> "${GITHUB_OUTPUT}"
echo "_PKG_VERSION=$(node -p -e "require('./package.json').version")-P$(echo ${{ github.sha }} | cut -c -10)" >> "${GITHUB_OUTPUT}"
- name: Build Portal Bridge
env:
PUBLIC_URL: "/${{ needs.branch-sha.outputs.value }}"
Expand Down

0 comments on commit fcf8ea8

Please sign in to comment.