Skip to content

Instantly share code, notes, and snippets.

@kevinkarwaski
Last active January 22, 2021 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinkarwaski/a1c6caa4ed868d84aea23e2038f126be to your computer and use it in GitHub Desktop.
Save kevinkarwaski/a1c6caa4ed868d84aea23e2038f126be to your computer and use it in GitHub Desktop.
name: Apply/Increment Tag
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment