Skip to content

Commit

Permalink
Update deprecated set-env step
Browse files Browse the repository at this point in the history
  • Loading branch information
swoolcock committed Nov 21, 2020
1 parent 63ffd2d commit ab69144
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 ab69144

Please sign in to comment.