Skip to content

chore(deps): bump github.com/hibare/GoCommon/v2 from 2.6.0 to 2.13.0 in the go group #34

chore(deps): bump github.com/hibare/GoCommon/v2 from 2.6.0 to 2.13.0 in the go group

chore(deps): bump github.com/hibare/GoCommon/v2 from 2.6.0 to 2.13.0 in the go group #34

name: Test, Build & Publish
on:
push:
tags:
- "v*"
pull_request:
branches:
- "main"
- "dev"
paths-ignore:
- "**/README.md"
- "**/.github"
- "**/.vscode"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
test-build-publish:
permissions:
contents: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Goreleaser
uses: hibare/.github/github/shared-workflows/goreleaser@038e5ef85c308f76e396c8a886a7ae31b8494367 # v0.6.0
with:
args: ${{ github.event_name == 'pull_request' && 'build --snapshot --clean' || 'release --clean' }}
sign: ${{ github.event_name != 'pull_request' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FURY_TOKEN: ${{ secrets.FURY_PUSH_TOKEN }}