Skip to content

feat: move supersetbot out of repo #2

feat: move supersetbot out of repo

feat: move supersetbot out of repo #2

name: Docker Publish Release
on:
push:
pull_request:
# Can be triggered manually
workflow_dispatch:
inputs:
package:
required: true
description: The python package to bump
jobs:
bump-python-package:

Check failure on line 14 in .github/workflows/bump-python-package.yml

View workflow run for this annotation

GitHub Actions / Docker Publish Release

Invalid workflow file

The workflow is not valid. .github/workflows/bump-python-package.yml (Line: 14, Col: 3): The workflow must contain at least one job with no dependencies.
needs: config
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Setup Node Env
uses: actions/setup-node@v4
with:
node-version: '20'
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
- name: Setup supersetbot
uses: ./.github/actions/setup-supersetbot/
- name: Execute custom Node.js script
run: |
supersetbot bump-python --package "${{ github.event.inputs.package }}" --verbose