Compare commits

...

2 Commits

Author SHA1 Message Date
Dani Akash
77bf6e9d19 fix: remove monorepo config (pro-only) and use GORELEASER_CURRENT_TAG
monorepo.tag_prefix is a GoReleaser Pro feature. Pass
GORELEASER_CURRENT_TAG env var instead so the free version can
parse the cli/v* tag format.
2026-03-27 00:53:55 +05:30
Dani Akash
127f0ebe56 fix: add monorepo tag prefix for goreleaser to parse cli/ tags 2026-03-27 00:48:26 +05:30

View File

@@ -103,6 +103,7 @@ jobs:
workdir: packages/browseros-agent/apps/cli
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: "cli/v${{ inputs.version }}"
- name: Update CHANGELOG.md via PR
env: