diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2d65d5c..c4ba011 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,6 +24,6 @@ jobs: uses: actions/checkout@v4 - name: Build and Publish - uses: DEFRA/cdp-build-action/build@v1.0.0 + uses: DEFRA/cdp-build-action/build@v1.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }}