Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Nov 13, 2023
1 parent fe57f2b commit eaf796f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/dev-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
release:
name: Publish Dev Packages
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

steps:
- name: Checkout Repo
Expand All @@ -25,6 +22,12 @@ jobs:
run: |
npm install -g pnpm@8
- name: Setup PNPM
run: |
npm install -g pnpm@8
echo "PNPM version: $(pnpm -v)"
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
- name: Install Dependencies
run: pnpm install --frozen-lockfile

Expand All @@ -50,6 +53,8 @@ jobs:
version: pnpm ci:version
commit: 'chore: update versions'
title: '[Chore] update versions'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish production components.
if: ${{ github.ref == 'refs/heads/main' && steps.changesets.outputs.hasChangesets == 'false' }}
Expand Down

0 comments on commit eaf796f

Please sign in to comment.