fix: load GA_TRACKING_ID from github env for release

This commit is contained in:
debugtalk
2022-01-07 10:43:28 +08:00
parent 4befd07f25
commit a9f17fb7b6
2 changed files with 2 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ jobs:
uses: actions/checkout@v2
- name: Release hrp cli binaries
uses: wangyoucao577/go-release-action@v1.22
env:
GA_TRACKING_ID: ${{ secrets.GA_TRACKING_ID }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}