Skip to content

Commit

Permalink
fix(react-store): test publish 5
Browse files Browse the repository at this point in the history
  • Loading branch information
yarindeohcld committed Aug 12, 2024
1 parent 088001f commit fc517b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
- run: npx nx release --skip-publish
shell: bash
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.PAT }}
2 changes: 1 addition & 1 deletion apps/react-store/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function App() {
return (
<StyledApp>
<h1>Welcome</h1>
<div>nx react16</div>
<div>nx react17</div>
</StyledApp>
);
}
Expand Down

0 comments on commit fc517b1

Please sign in to comment.