Skip to content

chore(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (#… #676

chore(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (#…

chore(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (#… #676

Workflow file for this run

on:
pull_request:
push:
branches:
- "master"
tags:
- "v*"
name: CI
permissions:
contents: write
jobs:
tests:
uses: ./.github/workflows/tests.yml
tuf:
needs: tests
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
with:
cli-name: tuf
tuf-client:
needs: tests
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
with:
cli-name: tuf-client