Skip to content

chore: update module to reflect new username #11

chore: update module to reflect new username

chore: update module to reflect new username #11

Workflow file for this run

name: tagged-release
on:
push:
tags:
- 'v*'
jobs:
tagged-release:
name: Tagged Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
run: make all
- name: Test
run: make test
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
files: |
*.tar.gz
*.zip