Skip to content

Commit

Permalink
set the right version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Oct 18, 2023
1 parent c876cf4 commit 0302304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ jobs:
path: portal
- name: Setup Git
run: |
cd portal
pushd portal
git config user.name "xLabs CI"
git config user.email "[email protected]"
- name: Set Portal Bridge Version
id: set-version
run: |
cd portal
pushd portal/apps/connect
npm version $(node -p -e "require('./package.json').version")-P$(echo ${{ github.sha }} | cut -c -10)
echo "_PKG_VERSION=$(node -p -e "require('./package.json').version")" >> "${GITHUB_OUTPUT}"
- name: Build Portal Bridge
Expand Down

0 comments on commit 0302304

Please sign in to comment.