diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 47595ed..1cceaa2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: # rebuild any PRs and any branch changes - main jobs: - integration-test: # make sure the action works on a clean machine without building + publish-automate-function-version: # make sure the action works on a clean machine without building runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.4.0