We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdeec7e commit e23f0feCopy full SHA for e23f0fe
.github/workflows/dotnet-core.yml
@@ -26,7 +26,7 @@ jobs:
26
run: dotnet test --no-restore --verbosity normal
27
- name: Get version
28
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
29
- run: echo "::set-env name=VERSION::$(git describe --tags --dirty)"
+ run: echo "VERSION=$(git describe --tags --dirty)" >> $GITHUB_ENV
30
- name: Pack
31
32
run: dotnet pack -c Release -o artifacts/ -p:Version=$VERSION
0 commit comments