iuna

iuna - experimental devnet protocol
git clone https://iuna.jhx.app/git/iuna.git
Log | Files | Refs | README | LICENSE

commit 1681e5d6a6226759117ff4f9905944d4aa898f0f
parent c5335205222d2b76db656f8b13f3a685856cc96d
Author: Joris Hartog <jorishartog@hotmail.com>
Date:   Mon, 27 Jul 2026 10:04:53 +0200

Fix release publishing without checkout

Diffstat:
M.github/workflows/release.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -100,6 +100,7 @@ jobs: - name: Create or update release env: GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }} run: | if gh release view "${GITHUB_REF_NAME}" >/dev/null 2>&1; then gh release upload "${GITHUB_REF_NAME}" dist/* --clobber