Skip to content

Commit

Permalink
Merge pull request #3 from Lomkit/GautierDele-patch-1
Browse files Browse the repository at this point in the history
Create packagist-deploy.yml
  • Loading branch information
GautierDele authored Jul 30, 2023
2 parents c782b50 + d2d61ff commit 6eec9f4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/packagist-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Packagist Deploy

on:
release:
types: [created]

jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v3
- uses: mnavarrocarter/[email protected]
with:
username: "GautierDele"
api_token: ${{ secrets.PACKAGIST_TOKEN }}

0 comments on commit 6eec9f4

Please sign in to comment.