Skip to content

Instantly share code, notes, and snippets.

View sammyrulez's full-sized avatar

Sam Reghenzi sammyrulez

View GitHub Profile
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v2
- id: next_version
uses: zwaldowski/semver-release-action@v1
with:
bump: patch
prefix: api_server_v
github_token: ${{ secrets.GITHUB_TOKEN }}