Skip to content

Commit

Permalink
Release 3.0.1 (#8179)
Browse files Browse the repository at this point in the history
Apply #8178 to the publish action, too.
  • Loading branch information
earlephilhower committed Jun 26, 2021
1 parent f6dcda9 commit cbf44fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set GIT tag name
run: |
TRAVIS_TAG="$(git describe --exact-match --tags)"
echo "TRAVIS_TAG=\"${TRAVIS_TAG}\"" >> $GITHUB_ENV
echo "TRAVIS_TAG=${TRAVIS_TAG}" >> $GITHUB_ENV
- name: Deploy updated JSON
env:
TRAVIS_BUILD_DIR: ${{ github.workspace }}
Expand Down

0 comments on commit cbf44fb

Please sign in to comment.