Skip to content

Merge pull request #9 from oblakstudio/renovate/actions-checkout-4.x #10

Merge pull request #9 from oblakstudio/renovate/actions-checkout-4.x

Merge pull request #9 from oblakstudio/renovate/actions-checkout-4.x #10

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@v4
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: "transliterator"
package_name: "Transliterator"
with_gpg: true
gpg_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
release_token: ${{ secrets.OBLAK_BOT_TOKEN }}