Skip to content

Commit

Permalink
pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aruniverse committed Dec 29, 2023
1 parent 2a55ae6 commit 723ffe7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
run_install: true

- run: pnpm build

- name: Set git credentials
run: |
git config user.name "aruniverse"
git config user.email "aruniverse@users.noreply.github.com"
git remote set-url origin "https://$REPO_PAT@github.com/aruniverse/adblock-detect-react"
env:
REPO_PAT: ${{ secrets.REPO_PAT }}

- run: pnpm release
env:
Expand Down

1 comment on commit 723ffe7

@vercel
Copy link

@vercel vercel bot commented on 723ffe7 Dec 29, 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.