8000 ditto on the draft action file (#8037) · arduino-collections/Arduino@efb0341 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit efb0341

Browse files
authored
ditto on the draft action file (esp8266#8037)
1 parent 75e9113 commit efb0341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tag-to-draft-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ jobs:
1818
- uses: actions/checkout@v2
1919
with:
2020
submodules: true
21+
fetch-depth: 0
2122
- uses: actions/setup-python@v2
2223
with:
2324
python-version: '3.x'
2425
- name: Set GIT tag name
2526
run: |
2627
# Sets an environment variable used in the next steps
27-
echo "::set-env name=TRAVIS_TAG::$(git describe --exact-match --tags)"
28+
echo "TRAVIS_TAG=$(git describe --exact-match --tags)" >> $GITHUB_ENV
2829
- name: Build package JSON
2930
env:
3031
TRAVIS_BUILD_DIR: ${{ github.workspace }}

0 commit comments

Comments
 (0)
0