Skip to content

Commit

Permalink
Merge pull request #164 from doctrine/0.4.x-merge-up-into-0.5.x_rZlKqysJ
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Oct 15, 2021
2 parents 3ef14c1 + 1d7e578 commit 1dda6fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release-on-milestone-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ on:
jobs:
release:
name: "Git tag, release & create merge-up PR"
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.1.0"
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.1.1"
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
ORGANIZATION_ADMIN_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
SIGNING_SECRET_KEY: ${{ secrets.SIGNING_SECRET_KEY }}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"symfony/finder": "^4.1 || ^5.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/string": "^5.3",
"symfony/translation-contracts": "^1.1",
"symfony/translation-contracts": "^1.1 || ^2.0",
"twig/twig": "^2.9 || ^3.3"
},
"require-dev": {
Expand Down

0 comments on commit 1dda6fd

Please sign in to comment.