1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

ditto on the draft action file (#8037)

This commit is contained in:
david gauchard 2021-05-16 03:17:15 +02:00 committed by GitHub
parent 75e911354e
commit efb0341a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,14 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
submodules: true submodules: true
fetch-depth: 0
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.x' python-version: '3.x'
- name: Set GIT tag name - name: Set GIT tag name
run: | run: |
# Sets an environment variable used in the next steps # Sets an environment variable used in the next steps
echo "::set-env name=TRAVIS_TAG::$(git describe --exact-match --tags)" echo "TRAVIS_TAG=$(git describe --exact-match --tags)" >> $GITHUB_ENV
- name: Build package JSON - name: Build package JSON
env: env:
TRAVIS_BUILD_DIR: ${{ github.workspace }} TRAVIS_BUILD_DIR: ${{ github.workspace }}