From bf4055339806431044f020a10ce7a8486d53a3df Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 26 Mar 2022 23:34:01 +0100 Subject: [PATCH] update relase script --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1e50e4..6521fcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Upload Release Assets +name: Create new release on: push: @@ -7,7 +7,7 @@ on: jobs: build: - name: Upload Release Assets + name: Create new release runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -15,7 +15,7 @@ jobs: - run: pip3 install platformio - run: echo "$HOME/.local/bin" >> $GITHUB_PATH - run: platformio run - - run: echo "VERSION=$(echo ./scripts/create_version_tag.py)" >> $GITHUB_ENV + - run: echo "VERSION=$(./scripts/create_version_tag.py)" >> $GITHUB_ENV - uses: ncipollo/release-action@v1 with: tag: ${{ env.VERSION }}