Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amfet42 committed Apr 26, 2024
1 parent 977697b commit 98c8ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Create release file
run: |
TITLE="${{ github.event.release.name }}"
NOTES="${{ github.event.release.body }}"
TITLE='${{ github.event.release.name }}'
NOTES='${{ github.event.release.body }}'
DATE=$(date '+%d-%m-%Y')
mkdir -p deployments
echo $NOTES >> "deployments/release-$TITLE-$DATE.txt"
Expand Down

0 comments on commit 98c8ee9

Please sign in to comment.