Skip to content

Fix wrong workflow file syntax #46

Fix wrong workflow file syntax

Fix wrong workflow file syntax #46

# Temporarily commented out
# on:
# release:
# types: [created]
# jobs:
# call-workflow:
# uses: ./.github/workflows/call_test_cases.yml
# publish-package-npm:
# needs: call-workflow
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# # Setup .npmrc file to publish to npm
# - uses: actions/setup-node@v3
# with:
# node-version: '16.x'
# registry-url: 'https://registry.npmjs.org'
# - run: npm install
# - run: npm publish --access public
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_AUTOMATION }}