Skip to content

Commit

Permalink
Create packagist-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GautierDele authored Nov 28, 2024
1 parent 2ebbee0 commit b3ba66c
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@v4
- uses: mnavarrocarter/packagist-update@v1.0.0
with:
username: "GautierDele"
api_token: ${{ secrets.PACKAGIST_TOKEN }}

0 comments on commit b3ba66c

Please sign in to comment.