Skip to content

Commit

Permalink
ELEMENTS-1677: build failed while generating a snapshot for elements …
Browse files Browse the repository at this point in the history
…project
  • Loading branch information
poonamyadav252 committed Sep 25, 2023
1 parent 02721f0 commit 31da9d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
echo "VERSION=$(npx semver -i prerelease --preid rc ${RC_VERSION:-$PACKAGE_VERSION} | tr -d '\n')" >> $GITHUB_ENV
- name: Set version to ${{ env.VERSION }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }}
run: |
npm version $VERSION --no-git-tag-version
npx lerna version $VERSION --no-push --force-publish --no-git-tag-version --yes
Expand Down

0 comments on commit 31da9d3

Please sign in to comment.