Skip to content

Commit

Permalink
Merge pull request #267 from karaoke-dev/fix-stupid-github-action-error
Browse files Browse the repository at this point in the history
Fix github action run failed.
  • Loading branch information
andy840119 authored Nov 28, 2020
2 parents a886219 + c0b7a3a commit 2151f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Fetch all tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Get current tag
run: echo "::set-env name=CURRENT_TAG::$(git describe --abbrev=0 --tags $(git rev-list --tags --max-count=1))"
run: echo "CURRENT_TAG=$(git describe --abbrev=0 --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 2151f33

Please sign in to comment.