From eec1d5f427705c79a7f6c96af778a008828e5a7b Mon Sep 17 00:00:00 2001 From: eslam3bed <20760072+Eslam3bed@users.noreply.github.com> Date: Sun, 22 Sep 2024 21:28:24 +0300 Subject: [PATCH] adding the tag name from the steps referance assinged in th prev steps --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 15c889f..8e31dec 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -87,5 +87,6 @@ jobs: uses: softprops/action-gh-release@v1 with: files: dist/* + tag_name: ${{ steps.tag.outputs.tag }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file