Skip to content

Merge pull request #9 from P4-Games/feature/refactor-scripts #4

Merge pull request #9 from P4-Games/feature/refactor-scripts

Merge pull request #9 from P4-Games/feature/refactor-scripts #4

Workflow file for this run

name: Create Tag
on:
push:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run script file
run: |
chmod +x .github/workflows/scripts/gitTag.sh
.github/workflows/scripts/gitTag.sh -v patch
shell: bash