Skip to content

Laravel 10 (#28)

Laravel 10 (#28) #13

Workflow file for this run

# Manual Bumping: Any PR title or commit message that includes #major, #minor, or #patch
# will trigger the respective version bump. If two or more are present,
# the highest-ranking one will take precedence.
name: Bump version
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.39.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: none