Skip to content

chore(deps): bump golang.org/x/term from 0.0.0-20210927222741-03fcf44c2211 to 0.11.0 #78

chore(deps): bump golang.org/x/term from 0.0.0-20210927222741-03fcf44c2211 to 0.11.0

chore(deps): bump golang.org/x/term from 0.0.0-20210927222741-03fcf44c2211 to 0.11.0 #78

Workflow file for this run

on:
pull_request:
push:
branches:
- "master"
tags:
- "v*"
name: CI
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