Skip to content

Commit

Permalink
chore(ci): fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
subeshb1 committed Mar 27, 2024
1 parent 2ce5fc6 commit 0448ee9
Show file tree
Hide file tree
Showing 3 changed files with 14,041 additions and 12,969 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -2,6 +2,10 @@ name: "Publish"

on:
workflow_dispatch:
push:
branches:
- master


permissions:
id-token: write
Expand All @@ -14,6 +18,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.ACCESS_TOKEN_GITHUB }}
GH_TOKEN: ${{ secrets.ACCESS_TOKEN_GITHUB }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v3

Expand All @@ -27,6 +32,8 @@ jobs:

- run: npm run test

- run: npm run build

- name: Publish
run: npm run semantic-release

Expand Down

0 comments on commit 0448ee9

Please sign in to comment.