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

Commit

Permalink
chore: clearer task name
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Dec 20, 2023
1 parent 22a8fd0 commit f2230ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
- run: echo "Release ${{ steps.release.outputs['libs/sdk--tag_name'] }} created for sdk."
if: ${{ steps.release.outputs['libs/sdk--release_created'] }}

- name: Publish NPM package ${{ steps.release.outputs['libs/sdk--tag_name'] }}
- name: "Publish NPM SDK package: ${{ steps.release.outputs['libs/sdk--tag_name'] }}"
run: yarn nx publish sdk --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs['libs/sdk--release_created'] }}
- name: Publish NPM package ${{ steps.release.outputs['libs/sdk-react-provider--tag_name'] }}
- name: "Publish NPM SDK React provider package: ${{ steps.release.outputs['libs/sdk-react-provider--tag_name'] }}"
run: yarn nx publish sdk-react-provider --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit f2230ab

Please sign in to comment.