Skip to content

automate versioning

automate versioning #1

Workflow file for this run

name: Update Version
on:
push:
tags:
- 'v*'
jobs:
update-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Update version in main.php
run: |
chmod +x .github/scripts/update-version.sh
.github/scripts/update-version.sh