Skip to content

Merge pull request #7 from oblakstudio/renovate/squizlabs-php_codesni… #4

Merge pull request #7 from oblakstudio/renovate/squizlabs-php_codesni…

Merge pull request #7 from oblakstudio/renovate/squizlabs-php_codesni… #4

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.OBLAK_BOT_TOKEN }}
- name: Publish a composer package
uses: better-php-actions/publish-composer-package@v1
with:
package_slug: 'oblak-wordpress-coding-standard'
package_name: 'Oblak WP Coding Standard'
with_gpg: true
gpg_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
release_token: ${{ secrets.OBLAK_BOT_TOKEN }}