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 c782b50 commit d2d61ffCopy full SHA for d2d61ff
.github/workflows/packagist-deploy.yml
@@ -0,0 +1,20 @@
1
+name: Packagist Deploy
2
+
3
+on:
4
+ release:
5
+ types: [created]
6
7
+jobs:
8
+ build:
9
10
+ runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
+ packages: write
14
15
+ steps:
16
+ - uses: actions/checkout@v3
17
+ - uses: mnavarrocarter/[email protected]
18
+ with:
19
+ username: "GautierDele"
20
+ api_token: ${{ secrets.PACKAGIST_TOKEN }}
0 commit comments