Skip to content

Commit

Permalink
Fix date string to be in double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk authored Aug 5, 2024
1 parent 5442626 commit b169041
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/stable-releases-1_pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: create pull request
run: gh pr create -B stable -H dev-branch --title 'Monthly Release PR - $(date '+%Y-%m-%d')' --body 'Monthly pull request for creating the latest stable release from staged security fixes, bug fixes, and minor enhancements.'
run: gh pr create -B stable -H dev-branch --title "Monthly Release PR - $(date '+%Y-%m-%d')" --body "Monthly pull request for creating the latest stable release from staged security fixes, bug fixes, and minor enhancements."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# release-stable:
# runs-on: ubuntu-latest
# steps:
# - name: Merge staging
# run: |
# git merge dev-branch
# git push
# - name: Release tag
# run: |
# # get version from file
# # create release with version as tag
# # auto generate release notes
# # send notices/announcements

0 comments on commit b169041

Please sign in to comment.