Merge pull request #172 from lora-aprs/build_action_update

update relase script
pull/174/head
Peter Buchegger 2022-03-26 23:35:45 +01:00 zatwierdzone przez GitHub
commit fcf08b3e3e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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