2 Commits

Author SHA1 Message Date
semantic-release-bot
aa311ee4fb chore(release): 1.0.3 [skip ci]
## [1.0.3](https://git.xenoxindustries.com/interkonnekted/setup-weld/compare/v1.0.2...v1.0.3) (2026-01-08)

### Bug Fixes

* add debug echo ([e2d3530](e2d3530e0f))
2026-01-08 19:50:56 +00:00
e2d3530e0f fix: add debug echo
All checks were successful
Release / Release (push) Successful in 15s
2026-01-08 19:50:43 +00:00
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
## [1.0.3](https://git.xenoxindustries.com/interkonnekted/setup-weld/compare/v1.0.2...v1.0.3) (2026-01-08)
### Bug Fixes
* add debug echo ([e2d3530](https://git.xenoxindustries.com/interkonnekted/setup-weld/commit/e2d3530e0fc0c07fb3eb56957c8ade9c9cc31c1d))
## [1.0.2](https://git.xenoxindustries.com/interkonnekted/setup-weld/compare/v1.0.1...v1.0.2) (2026-01-08)

View File

@@ -31,6 +31,7 @@ runs:
# Fetch release JSON from Gitea API
RESPONSE=$(curl -sL -H "Authorization: token ${{ inputs.token }}" "$GITEA_URL/$ENDPOINT")
echo $RESPONSE
# Extract Tag and Download URL for the asset named 'weld'
TAG=$(echo $RESPONSE | jq -r '.tag_name')