Skip to content

Commit

Permalink
Put it back to running on the 15th and use merge instead of squash
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk committed Aug 16, 2024
1 parent 3145f30 commit 9cd8a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stable-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Stable Release
on:
workflow_dispatch:
schedule:
- cron: "22 14 16 * *"
- cron: "22 14 15 * *"

jobs:

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
echo "merge the pull request bringing dev-branch into stable";
tag=${{ env.TAG }}
gh pr merge dev-branch --squash --subject "Stable Release - ${tag}";
gh pr merge dev-branch --merge --subject "Stable Release - ${tag}";
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}

Expand Down

0 comments on commit 9cd8a15

Please sign in to comment.