Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erkkah committed Aug 9, 2021
1 parent 6485da7 commit 4996011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- name: Set TAG
run: echo ::set-env name=TAG::$(echo ${GITHUB_REF:10})
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV

- name: Set ARCHIVE
run: echo ::set-env name=ARCHIVE::git-private-${TAG}.tgz
run: echo "ARCHIVE=git-private-${TAG}.tgz" >> $GITHUB_ENV

- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 4996011

Please sign in to comment.