Skip to content

Commit cbf44fb

Browse files
authoredJun 26, 2021
Release 3.0.1 (#8179)
Apply #8178 to the publish action, too.
1 parent f6dcda9 commit cbf44fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release-to-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set GIT tag name
4747
run: |
4848
TRAVIS_TAG="$(git describe --exact-match --tags)"
49-
echo "TRAVIS_TAG=\"${TRAVIS_TAG}\"" >> $GITHUB_ENV
49+
echo "TRAVIS_TAG=${TRAVIS_TAG}" >> $GITHUB_ENV
5050
- name: Deploy updated JSON
5151
env:
5252
TRAVIS_BUILD_DIR: ${{ github.workspace }}

0 commit comments

Comments
 (0)