Skip to content

Commit

Permalink
ci: setup build and release pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
william-mba committed Jan 17, 2025
1 parent cd04e48 commit 3e2b1e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ngx-tailwind-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
branches: [ "next" ]
paths: [ "projects/ngx-tailwind-core/**" ]

env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTHTOKEN }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ngx-tailwind-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
branches: [ "next" ]
paths: [ "projects/ngx-tailwind-ui/**" ]

env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTHTOKEN }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e2b1e4

Please sign in to comment.