From 8fc99fb467432026fe2e09117bf63abd1777b978 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 5 Jan 2021 21:30:56 -0600 Subject: [PATCH] Readd get version workflow to CD --- .github/workflows/deployment.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f4d1ae1..c92add3 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -12,6 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Get version + id: version + run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/} + - name: Create release id: create_release uses: actions/create-release@v1