Added intelligence_category field in mgmt command fake_data_generation #267
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Release and publish | |
| on: | |
| pull_request: | |
| types: | |
| - closed | |
| # discard previous execution if you commit to a branch that is already running | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| release_and_tag: | |
| uses: ./.github/workflows/_release_and_tag.yml | |
| secrets: inherit | |
| with: | |
| publish_on_pypi: false | |
| publish_on_test_pypi: false | |
| publish_on_npm: false | |
| publish_on_twitter: false |