Skip to content

Commit

Permalink
release: test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 13, 2023
1 parent f8e4608 commit a93d73f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,17 @@ jobs:
- name: Install dependencies
run: yarn

- name: Publish all packages
run: ./scripts/publish.sh latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Publish all packages
# run: ./scripts/publish.sh latest
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# Trigger a new build to ensure Vercel creates a distinct release branch, rather than reusing latest
- name: Triggering new build
run: |
git config --global user.name 'chrisvxd'
git config --global user.email '[email protected]'
git commit -m "ci: trigger build" --allow-empty
git push
timeout-minutes: 10

0 comments on commit a93d73f

Please sign in to comment.