diff --git a/.github/workflows/docs-update.yml b/.github/workflows/docs-update.yml index 415d4bc72..51276f4b5 100644 --- a/.github/workflows/docs-update.yml +++ b/.github/workflows/docs-update.yml @@ -26,7 +26,7 @@ jobs: echo "max=$max_version" >> $GITHUB_OUTPUT mike-version: runs-on: ubuntu-latest - needs: [ set-versions] + needs: [ set-versions ] outputs: mver: ${{ steps.versions.mver }} steps: @@ -44,7 +44,7 @@ jobs: echo "mver=$mike_version" >> $GITHUB_OUTPUT deploy-docs: runs-on: ubuntu-latest - needs: [ mike-version ] + needs: [ mike-version, set-versions ] steps: - uses: actions/create-github-app-token@v1 id: app-token diff --git a/setup.cfg b/setup.cfg index 882f204a8..4d32d3ba8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,8 +2,8 @@ name = compliance-trestle version = attr: trestle.__version__ description = Tools to manage & autogenerate python objects representing the OSCAL layers/models -author = IBM -author_email = avikas@in.ibm.com +author = OSCAL Compass +author_email = oscal-compass-oversight@googlegroups.com license = Apache Software License v2 url = https://oscal-compass.github.io/compliance-trestle classifiers =