From 83d3fef3bbce9364d15a14d1c4c7c3e93d9c0901 Mon Sep 17 00:00:00 2001 From: carlospelazas Date: Sat, 27 Apr 2024 17:42:18 +0200 Subject: [PATCH] fix release for multiplayer service --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31e10d8..98b5491 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -142,12 +142,12 @@ jobs: contents: read packages: write #needs: [e2e-tests] - env: - WEBAPP_URI: http://conoceryvencer.xyz steps: - uses: actions/checkout@v4 - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 + env: + WEBAPP_URI: http://conoceryvencer.xyz with: name: arquisoft/wiq_en2a/multiplayerservice username: ${{ github.actor }}