Skip to content

fu command

fu command #306

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
jobs:
goreleaser:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.19
cache: true
- name: Release
run: make ci smoke-test release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# disable until this until figure out tags
# - name: Repository Dispatch
# uses: peter-evans/repository-dispatch@v2
# with:
# token: ${{ secrets.WORKSPACE_IMAGES_REPO_ACCESS_TOKEN }}
# event-type: brev-cli-release
# repository: brevdev/workspace-images