1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-04 01:23:50 +03:00

Release 3.0.1 (#8179)

Apply #8178 to the publish action, too.
This commit is contained in:
Earle F. Philhower, III
2021-06-26 11:26:32 -07:00
committed by GitHub
parent f6dcda9c8e
commit cbf44fb343

View File

@ -46,7 +46,7 @@ jobs:
- name: Set GIT tag name
run: |
TRAVIS_TAG="$(git describe --exact-match --tags)"
echo "TRAVIS_TAG=\"${TRAVIS_TAG}\"" >> $GITHUB_ENV
echo "TRAVIS_TAG=${TRAVIS_TAG}" >> $GITHUB_ENV
- name: Deploy updated JSON
env:
TRAVIS_BUILD_DIR: ${{ github.workspace }}