Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhauled committed Jan 25, 2025
1 parent 3f940cd commit 7685d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
id: info
run: |
DATE=$(date +'%Y-%m-%d')
echo "::set-output name=date::$DATE"
echo "::set-output name=file::${{ github.event.repository.name }}_$DATE.zip"
echo "date=$DATE" >> $GITHUB_OUTPUT
echo "file=${{ github.event.repository.name }}_$DATE.zip" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
- run: dotnet build --configuration Release

- name: Create release notes
run: >
run: |
LAST_TAG=$(git describe --tags --abbrev=0)
git log $LAST_TAG..HEAD --pretty=format:"* %s" >> body.md
echo "" >> body.md
Expand Down

0 comments on commit 7685d27

Please sign in to comment.