diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 2bd3385..8cce3a0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -38,8 +38,8 @@ jobs: id: next-version run: semantic-release --dryRun env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} docker: uses: ./.github/workflows/docker-build-and-push-workflow.yml