Skip to content

Merge pull request #10 from GovTechSG/chore/000-enable-delete-protection #10

Merge pull request #10 from GovTechSG/chore/000-enable-delete-protection

Merge pull request #10 from GovTechSG/chore/000-enable-delete-protection #10

Workflow file for this run

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.36.0
env:
RELEASE_BRANCHES: master
DEFAULT_BUMP: patch
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true