Skip to content

Commit d830ef8

Browse files
committed
attempt to fix workflow issue
1 parent ac1290d commit d830ef8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/packagist.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: Publish package to Packagist
22
on:
33
push:
44
tags:
5-
- *
5+
- "*"
66
jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Publish Artifact
12-
run: curl -XPOST -H 'content-type:application/json' "https://packagist.org/api/update-package?username=messente.developers&apiToken=${API_TOKEN}" -d '{"repository":{"url":"https://packagist.org/packages/messente/messente-api-php"}}'
1312
env:
1413
API_TOKEN: ${{ secrets.API_TOKEN }}
15-
14+
run: curl -XPOST -H 'content-type:application/json' "https://packagist.org/api/update-package?username=messente.developers&apiToken=${API_TOKEN}" -d '{"repository":{"url":"https://packagist.org/packages/messente/messente-api-php"}}'
1615

0 commit comments

Comments
 (0)