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.
1 parent c6373a9 commit b59c6f1Copy full SHA for b59c6f1
.github/workflows/release-on-milestone-closed.yml
@@ -0,0 +1,17 @@
1
+# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
2
+
3
+name: "Automatic Releases"
4
5
+on:
6
+ milestone:
7
+ types:
8
+ - "closed"
9
10
+jobs:
11
+ release:
12
+ uses: laminas/workflow-automatic-releases/.github/workflows/release-on-milestone-closed.yml@1.x
13
+ secrets:
14
+ GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
15
+ GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
16
+ ORGANIZATION_ADMIN_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
17
+ SIGNING_SECRET_KEY: ${{ secrets.SIGNING_SECRET_KEY }}
0 commit comments