Skip to content

Commit

Permalink
ci: git tag canary release
Browse files Browse the repository at this point in the history
website: change tagline
  • Loading branch information
vklimontovich committed Dec 11, 2023
1 parent fb3d7b9 commit 6f7daae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
git config --global user.email "username@users.noreply.github.com"
- name: Publish canary release to NPM repository
run: pnpm canary:publish
run: |
pnpm canary:publish
git push --tags
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions apps/next-collect.dev/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export default function Homepage() {
/>
<h1 className="text-5xl font-bold text-gray-800 ">NextCollect</h1>
</div>
<p className="max-w-lg mx-auto text-neutral-600 text-xl">
A powerful Next.js library for integrating your application with your favourite analytics tools.
<p className="max-w-lg mx-auto text-neutral-600 text-2xl">
The easiest way to add analytics to your Next.js app. Powered by middleware.
</p>
<Installer className="w-96" />
<div className="flex space-x-4">
Expand Down

1 comment on commit 6f7daae

@vercel
Copy link

@vercel vercel bot commented on 6f7daae Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.