try: debuging

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-09-20 19:23:57 +05:30
parent 79cb6f222b
commit ff8442224a
Signed by: bravo68web
GPG Key ID: F5671FD7BCB9917A
1 changed files with 5 additions and 2 deletions

View File

@ -2,8 +2,8 @@ name: Publish to NPM
on:
push:
branches:
- main
# branches:
# - main
concurrency: ${{ github.workflow }}-${{ github.ref }}
@ -26,6 +26,9 @@ jobs:
- name: Setup Environment
uses: ./.github/actions/setup
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Create Release Pull Request or Publish to NPM
id: changesets
uses: changesets/action@v1