Skip to content
Prev Previous commit
Next Next commit
debug
Signed-off-by: Jared Tan <[email protected]>
  • Loading branch information
JaredTan95 committed Oct 19, 2022
commit 16ad85def6c858e2bb5f8d7f769dc9cc1fc54b40
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
packages: write

env:
RELEASE_VERSION: "${{ github.event.release.tag_name }}"
#RELEASE_VERSION: "${{ github.event.release.tag_name }}"
RELEASE_VERSION: "test"
DOCKERHUB_REPO: "otel/demo"
GHCR_REPO: "ghcr.io/open-telemetry/demo"

Expand Down