Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudAmsellem committed Mar 28, 2024
1 parent cfa00e3 commit 99ad726
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 'develop'
ref: 'chore/publish-ui-next' #CHANGE TO DEVELOP
- name: get next version
id: version
run: |
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 'develop'
ref: 'chore/publish-ui-next' #CHANGE TO DEVELOP
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
Expand All @@ -97,7 +97,6 @@ jobs:
run: yarn --cwd "libs/ui" build
- name: publish next version
run: |
pwd
yarn run
yarn --cwd "libs/ui" run
yarn --cwd "libs/ui" publish-ui --tag next
Expand Down

0 comments on commit 99ad726

Please sign in to comment.