From 7ca7ef027f1b9bcdebc721ca9bb452bf77168ebe Mon Sep 17 00:00:00 2001 From: Hermi <96520679+robinhermanek@users.noreply.github.com> Date: Thu, 28 Jul 2022 08:44:03 +0200 Subject: [PATCH] test new tag/release --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f6bbd0..0e119d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,6 +64,6 @@ jobs: - name: Create a GitHub release uses: ncipollo/release-action@v1 with: - tag: ${{ steps.tag_version.outputs.new_tag }} - name: Release ${{ steps.tag_version.outputs.new_tag }} + tag: ${{ steps.date.outputs.date }} + name: Release ${{ steps.date.outputs.date }} body: ${{ steps.tag_version.outputs.changelog }} \ No newline at end of file