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:
parent
75e911354e
commit
efb0341a41
3
.github/workflows/tag-to-draft-release.yml
vendored
3
.github/workflows/tag-to-draft-release.yml
vendored
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user