Skip to content

chore(main): release 0.2.0 #2

chore(main): release 0.2.0

chore(main): release 0.2.0 #2

Workflow file for this run

name: release
on:
push:
tags:
- '*'
jobs:
syndicate:
runs-on: ubuntu-latest
steps:
- name: Install cURL
run: sudo apt-get install curl -y
- name: Syndicate to GoDocs
run: |
echo "syndicating to GoDocs..."
curl "https://proxy.golang.org/github.com/${{ github.repository }}/v/${{ github.ref }}/info"