Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 2, 2023
1 parent 2f8f81d commit 5e9e2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
git config --global user.email ${{ secrets.GIT_EMAIL }}
git config --global user.name ${{ secrets.GIT_USERNAME }}
run contributors
pnpm run contributors
- name: Push changes
run: |
git push origin ${{ github.head_ref }}
Expand Down

3 comments on commit 5e9e2ab

@vercel
Copy link

@vercel vercel bot commented on 5e9e2ab Dec 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sdk-vanilla – ./packages/vanilla

sdk-vanilla-microlink.vercel.app
sdk-vanilla-git-master-microlink.vercel.app
sdk-vanilla.microlink.io
sdk-vanilla.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5e9e2ab Dec 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sdk-hover-vanilla – ./packages/hover-vanilla

sdk-hover-vanilla-git-master-microlink.vercel.app
sdk-hover-vanilla.vercel.app
sdk-hover-vanilla-microlink.vercel.app
sdk-hover-vanilla.microlink.io

@vercel
Copy link

@vercel vercel bot commented on 5e9e2ab Dec 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sdk-react – ./packages/react

sdk-react-microlink.vercel.app
sdk-react.vercel.app
sdk-react.microlink.io
sdk-react-git-master-microlink.vercel.app

Please sign in to comment.