Skip to content

Commit

Permalink
Create packagist-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GautierDele committed Mar 20, 2024
1 parent 22f3e99 commit 62dc404
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 62dc404

Please sign in to comment.