mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Release 3.0.1 (#8178)
Fix release packager issue. Seems when variable set in $GITHUB_ENV quotation marks are not removed, resulting in URLs with http://ddd.dd/blah/"3.0.1"/release and JSON entries with the same quotation problem.
This commit is contained in:
parent
af513f666f
commit
f6dcda9c8e
2
.github/workflows/tag-to-draft-release.yml
vendored
2
.github/workflows/tag-to-draft-release.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
run: |
|
||||
# Sets an environment variable used in the next steps
|
||||
TRAVIS_TAG="$(git describe --exact-match --tags)"
|
||||
echo "TRAVIS_TAG=\"${TRAVIS_TAG}\"" >> $GITHUB_ENV
|
||||
echo "TRAVIS_TAG=${TRAVIS_TAG}" >> $GITHUB_ENV
|
||||
- name: Build package JSON
|
||||
env:
|
||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user