diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index aae5928..78b46fe 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: create list - run: make create-list VERSION=$LIQUIBASE_VERSION + run: make create-list VERSION=${{ env.LIQUIBASE_VERSION }} - id: set-matrix run: echo "matrix=$(cat commands.json)" >> $GITHUB_OUTPUT