Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: fix dwo generator versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov committed Sep 7, 2023
1 parent 270d1c1 commit d9d54f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/devworkspace-generator-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ jobs:
run: |
cd tools/devworkspace-generator
sed -i -r -e "s/(\"version\": )(\".*\")/\1\"${{ github.event.inputs.version }}\"/" package.json
yarn
yarn compile
npm publish --tag latest
cat package.json | grep \"version\"
# yarn
# yarn compile
# npm publish --tag latest
# che-22407 - mattermost steps are commented out, until we find a replacement for it
# - name: Create failure MM message
# if: ${{ failure() }}
Expand Down

0 comments on commit d9d54f5

Please sign in to comment.