Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

chore(main): release 0.2.0 #4

chore(main): release 0.2.0

chore(main): release 0.2.0 #4

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"