Actions update

pull/27/head
Łukasz Nidecki 2021-03-25 00:59:05 +01:00
parent 183b26b04c
commit 97c9afef4a
1 changed files with 2 additions and 1 deletions

View File

@ -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