Skip to content

Commit efb0341

Browse files
authored
ditto on the draft action file (#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

+2-1
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)