Skip to content

chore(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 #785

chore(deps): bump golang.org/x/term from 0.11.0 to 0.12.0

chore(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 #785

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