Skip to content

Fix github topic link (#31) #9

Fix github topic link (#31)

Fix github topic link (#31) #9

Workflow file for this run

name: release
on:
push:
tags:
- '*'
branches-ignore:
- '*'
- '**/*'
jobs:
call-build:
uses: adevinta/maiao/.github/workflows/go.yml@main
publish:
runs-on: ubuntu-latest
needs: call-build
steps:
- uses: actions/download-artifact@v2
with:
name: maiao
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
git-review*