Skip to content

Commit 25a06c7

Browse files
authored
Fix release workflow (#86)
1 parent 34fcd2f commit 25a06c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-on-milestone-closed.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ on:
88
jobs:
99
release:
1010
name: "Git tag, release & create merge-up PR"
11-
uses: "doctrine/.github/.github/workflows/[email protected].0"
11+
uses: "doctrine/.github/.github/workflows/[email protected].1"
1212
secrets:
13-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1413
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
1514
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
1615
ORGANIZATION_ADMIN_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}

0 commit comments

Comments
 (0)