Skip to content

Commit

Permalink
修复github action失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
aiziyuer committed Jul 18, 2021
1 parent 82efa03 commit 6865414
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@master
- name: set env RELEASE_VERSION
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:10}
- name: add version
run: |
Expand All @@ -29,4 +31,4 @@ jobs:
GO111MODULE: on
CGO_ENABLED: 0
GOOS: ${{matrix.os}}
GOARCH: ${{matrix.arch}}
GOARCH: ${{matrix.arch}}

0 comments on commit 6865414

Please sign in to comment.