diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed003be..d5f11f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Build - run: make VERSION=${{ github.ref_name }} + run: make PBG_VERSION=${{ github.ref_name }} - name: Release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/')