Skip to content

chore(release): v1.0.4 — version bump and source normalization #5

chore(release): v1.0.4 — version bump and source normalization

chore(release): v1.0.4 — version bump and source normalization #5

Workflow file for this run

name: Update Packagist
on:
push:
tags:
- 'v*.*.*' # Triggers on version tags like v1.0.0
jobs:
packagist:
runs-on: ubuntu-latest
steps:
- name: Notify Packagist
run: |
curl -XPOST \
-H "Content-Type: application/json" \
-d "{\"repository\":\"https://github.com/FastPix/fastpix-php\"}" \
https://packagist.org/api/update-package?username=${{ secrets.PACKAGIST_USERNAME }}&apiToken=${{ secrets.PACKAGIST_TOKEN }}