Skip to content

Bump github.com/dosquad/go-cliversion from 0.1.9 to 0.2.1 #958

Bump github.com/dosquad/go-cliversion from 0.1.9 to 0.2.1

Bump github.com/dosquad/go-cliversion from 0.1.9 to 0.2.1 #958

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches:
- '**'
tags:
- '**'
jobs:
unit-test:
name: "Unit Test"
uses: na4ma4/actions/.github/workflows/unit-test.yml@main
secrets: inherit
goreleaser:
name: "Goreleaser"
if: startsWith(github.ref, 'refs/tags/')
needs:
- unit-test
uses: na4ma4/actions/.github/workflows/goreleaser.yml@main
secrets: inherit