diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 516742a..dc147ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,9 @@ jobs: working-directory: ./ci env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npx semantic-release + run: | + cp ../.releaserc.json .releaserc.json + npx semantic-release build-docker: needs: