We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6baf0 commit 75e9113Copy full SHA for 75e9113
.github/workflows/release-to-publish.yml
@@ -36,12 +36,13 @@ jobs:
36
- uses: actions/checkout@v2
37
with:
38
submodules: true
39
+ fetch-depth: 0
40
- uses: actions/setup-python@v2
41
42
python-version: '3.x'
43
- name: Set GIT tag name
44
run: |
- echo "::set-env name=TRAVIS_TAG::$(git describe --exact-match --tags)"
45
+ echo "TRAVIS_TAG=$(git describe --exact-match --tags)" >> $GITHUB_ENV
46
- name: Deploy updated JSON
47
env:
48
TRAVIS_BUILD_DIR: ${{ github.workspace }}
0 commit comments