Skip to content

Commit

Permalink
Merge pull request #112 from netglue/automatic-releases
Browse files Browse the repository at this point in the history
Setup Automatic Releases
  • Loading branch information
gsteel committed Aug 29, 2022
2 parents b4e4fcc + 575c30d commit c3ca32e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/release-on-milestone-closed.yml
@@ -0,0 +1,15 @@
name: "Automatic Releases"

on:
milestone:
types:
- "closed"

jobs:
release:
uses: laminas/workflow-automatic-releases/.github/workflows/release-on-milestone-closed.yml@1.x
secrets:
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 }}

0 comments on commit c3ca32e

Please sign in to comment.