Skip to content

add more console.log for debugging #10

add more console.log for debugging

add more console.log for debugging #10

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run semantic-release
if: github.event_name == 'push' && github.repository == 'irvanmohamad/casdoor-js-sdk-debug'
run: yarn install && yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}