We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7384e0e + 795d7c7 commit e862969Copy full SHA for e862969
.github/workflows/release-on-milestone-closed.yml
@@ -0,0 +1,15 @@
1
+name: "Automatic Releases"
2
+
3
+on:
4
+ milestone:
5
+ types:
6
+ - "closed"
7
8
+jobs:
9
+ release:
10
+ uses: laminas/workflow-automatic-releases/.github/workflows/release-on-milestone-closed.yml@1.x
11
+ secrets:
12
+ GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
13
+ GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
14
+ ORGANIZATION_ADMIN_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
15
+ SIGNING_SECRET_KEY: ${{ secrets.SIGNING_SECRET_KEY }}
0 commit comments