mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
parent
f6dcda9c8e
commit
cbf44fb343
2
.github/workflows/release-to-publish.yml
vendored
2
.github/workflows/release-to-publish.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: Set GIT tag name
|
- name: Set GIT tag name
|
||||||
run: |
|
run: |
|
||||||
TRAVIS_TAG="$(git describe --exact-match --tags)"
|
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
|
- name: Deploy updated JSON
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user