Skip to content

Bump frozen to fix compiling with go 1.23 (#34) #51

Bump frozen to fix compiling with go 1.23 (#34)

Bump frozen to fix compiling with go 1.23 (#34) #51

Workflow file for this run

name: bump version
on:
push:
branches: [ master ]
jobs:
version:
name: Bump version tag
runs-on: ${{ vars.RUNNER_UBUNTU && fromJSON(vars.RUNNER_UBUNTU) || 'ubuntu-latest' }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Checkout github-tag-action
uses: actions/checkout@v3
with:
repository: ${{ vars.GENERATE_TAG_REPO || 'anothrNick/github-tag-action' }}
ref: ${{ vars.GENERATE_TAG_REF || '1.62.0' }}
path: ./.github/action${{ vars.GENERATE_TAG_PATH || '/github-tag-action/' }}
token: ${{ vars.GENERATE_TAG_SECRET && secrets[vars.GENERATE_TAG_SECRET] || secrets.GITHUB_TOKEN }}
- name: Bump version and push tag
uses: ./.github/action/github-tag-action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true