diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 958c6c1..f7c9204 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,6 +37,9 @@ jobs: - name: "🚀 release" id: semantic-release env: + # This ensures that publishing happens on every single trigger which then + # forces the go binaries to be built in the next step and attached to the GitHub release + FORCE_PUBLISH: "patch" GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_PACKAGE_ROOT: "npm"