Skip to content

Draft: refactor cache to use an interface (#1) #35

Draft: refactor cache to use an interface (#1)

Draft: refactor cache to use an interface (#1) #35

Workflow file for this run

name: tag
on:
push:
branches:
- main
jobs:
semver:
runs-on: ubuntu-latest
outputs:
tag: ${{ steps.tagging.outputs.new_tag }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Install Go
uses: actions/setup-go@v5
- name: Bump version and push tag
uses: anothrNick/[email protected]
id: tagging
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
RELEASE_BRANCHES: main
DEFAULT_BUMP: minor