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

Commit

Permalink
Merge pull request #313 from deriv-com/prince/package-build-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Jan 4, 2024
2 parents dbf805b + 8744f68 commit 0872c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Create npmrc file
shell: bash
run: echo '//npm.pkg.github.com/:_authToken=${{ secrets.PUBLISH_GITHUB_TOKEN }}' > .npmrc
run: echo '//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}' > .npmrc

- name: Publish Hooks
if: steps.changed-hooks.outputs.changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion libs/blocks/src/lib/features/content-left/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface ContentLeftProps {
variant?: 'content-left' | 'content-right';
}

// trigger deployment - 4
// trigger deployment - 5
const ContentLeft = ({
title,
className,
Expand Down

0 comments on commit 0872c04

Please sign in to comment.