We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dcda9 commit cbf44fbCopy full SHA for cbf44fb
.github/workflows/release-to-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Set GIT tag name
47
run: |
48
TRAVIS_TAG="$(git describe --exact-match --tags)"
49
- echo "TRAVIS_TAG=\"${TRAVIS_TAG}\"" >> $GITHUB_ENV
+ echo "TRAVIS_TAG=${TRAVIS_TAG}" >> $GITHUB_ENV
50
- name: Deploy updated JSON
51
env:
52
TRAVIS_BUILD_DIR: ${{ github.workspace }}
0 commit comments