Skip to content

fix: sizes attribute on sourceset (#101) #16

fix: sizes attribute on sourceset (#101)

fix: sizes attribute on sourceset (#101) #16

Workflow file for this run

# on commit to master will update the assets/readme
name: Plugin asset/readme update
on:
push:
branches:
- master
jobs:
trunk:
if: github.repository == 'tinify/wordpress-plugin'
name: Push to trunk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Plugin asset/readme update
uses: tinify/action-wordpress-plugin-asset-update@stable
env:
SLUG: tiny-compress-images
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}