Skip to content

Commit

Permalink
test(ci): trying out something
Browse files Browse the repository at this point in the history
  • Loading branch information
Walidoux committed May 17, 2024
1 parent c974a22 commit bd2d132
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
with:
node_version: 20.x
cache: 'pnpm'
registry-url: https://npm.pkg.github.com/
scope: '@habbaz-dev'

- name: Install dependencies
run: |
pnpm i --frozen-lockfile
echo "@habbaz-dev:registry=https://npm.pkg.github.com" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.PKG_GITHUB_TOKEN }}" >> .npmrc
run: pnpm i --frozen-lockfile

- name: Publish packages to GPR
id: changesets
Expand All @@ -43,4 +42,4 @@ jobs:
commit: 'chore(packages): release next version'
title: 'chore(packages): new release candidate'
env:
GITHUB_TOKEN: ${{ secrets.PKG_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bd2d132

Please sign in to comment.