Skip to content

Commit

Permalink
Github Actions Release Pipeline
Browse files Browse the repository at this point in the history
yangkenneth committed Mar 13, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 8361dfb commit 8afd6c5
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release_cookie_banner.yml
Original file line number Diff line number Diff line change
@@ -16,11 +16,14 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Publish cookie-banner
working-directory: ./packages/cookie-banner
- name: Build cookie-banner
run: |
yarn install
yarn build
- name: Publish cookie-banner
working-directory: ./packages/cookie-banner
run: |
yarn publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7 changes: 5 additions & 2 deletions .github/workflows/release_cookie_manager.yml
Original file line number Diff line number Diff line change
@@ -16,11 +16,14 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Publish cookie-manager
working-directory: ./packages/cookie-manager
- name: Build cookie-manager
run: |
yarn install
yarn build
- name: Publish cookie-manager
working-directory: ./packages/cookie-manager
run: |
yarn publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8afd6c5

Please sign in to comment.