Skip to content

Commit

Permalink
Update tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnie57 committed Nov 22, 2024
1 parent 4c95fe8 commit 3c121fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
check_if_version_is_valid_for_branch,
fetch_last_tag,
]

if: ${{ (needs.check_if_version_is_valid_for_branch.outputs.is_publish_core_sdk == 'true' || needs.check_if_version_is_valid_for_branch.outputs.is_publish_react_sdk == 'true') && github.event_name == 'push' }}
runs-on: ubuntu-latest
environment: "beta-sepolia"
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
if: ${{ github.event_name == 'push' && needs.check_if_version_is_valid_for_branch.outputs.IS_PUBLISH_CORE_SDK == 'true'}}
uses: ./.github/workflows/reusable-create-release.yml
with:
tag_name: \@story-protocol/core-sdk@${{ needs.print_version_to_publish.outputs.core_sdk_version_to_be_published }}
tag_name: "@story-protocol/core-sdk@${{ needs.print_version_to_publish.outputs.core_sdk_version_to_be_published }}"
is_core_sdk: true
last_tag: ${{ needs.fetch_last_tag.outputs.CORE_SDK_LATEST_TAG }}

Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
if: ${{ github.event_name == 'push' && needs.check_if_version_is_valid_for_branch.outputs.IS_PUBLISH_REACT_SDK == 'true'}}
uses: ./.github/workflows/reusable-create-release.yml
with:
tag_name: \@story-protocol/react-sdk@${{ needs.print_version_to_publish.outputs.react_sdk_version_to_be_published }}
tag_name: "@story-protocol/react-sdk@${{ needs.print_version_to_publish.outputs.react_sdk_version_to_be_published }}"
is_core_sdk: false
last_tag: ${{ needs.fetch_last_tag.outputs.REACT_SDK_LATEST_TAG }}

Expand Down

0 comments on commit 3c121fa

Please sign in to comment.