fix order

This commit is contained in:
Maxim Prokhorov
2021-02-22 22:53:10 +03:00
parent 4a6f74b199
commit 8081381e5a
+2 -1
View File
@@ -54,6 +54,7 @@ jobs:
run: |
sudo apt install binutils
pip install -r requirements.txt
platformio update
- name: Build
env:
CHIP: ${{ matrix.chip }}
@@ -96,7 +97,7 @@ jobs:
- name: Extract release notes
id: release-notes
run: |
git fetch --depth=1 origin ${GITHUB_REF}
git fetch --force origin ${GITHUB_REF}:${GITHUB_REF} # see https://github.com/actions/checkout/issues/290
echo ::set-output name=message::$(git --no-pager tag -l --format="%(contents)" ${GITHUB_REF:10})
- uses: actions/upload-artifact@v2
with: