Skip to content

test version upodate #2

test version upodate

test version upodate #2

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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
chmod +x .github/scripts/update-version.sh
.github/scripts/update-version.sh