From 97c9afef4afc01e5c18a22c8cc6da6c18c5ecbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nidecki?= Date: Thu, 25 Mar 2021 00:59:05 +0100 Subject: [PATCH] Actions update --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7283a3a..52394f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,13 +48,14 @@ jobs: pip install --upgrade platformio - name: Run PlatformIO run: pio run + - name: Create Release id: create_release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.ref }} + tag_name: ${{ github.ref }}-${{ steps.date.outputs.date }} release_name: Release ${{ github.ref }} ${{ steps.date.outputs.date }} draft: false prerelease: true