Skip to content

Commit

Permalink
Drop timestamp from prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed Nov 10, 2021
1 parent 297ea61 commit 625179a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: dotnet restore

- name: Set current date as env variable
run: echo "NOW=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
run: echo "NOW=$(date +'%Y%m%d')" >> $GITHUB_ENV

- name: Create build number
run: echo "BUILD_NUMBER=$NOW.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
Expand Down

0 comments on commit 625179a

Please sign in to comment.