Skip to content

chore(main): release 0.7.1 #10

chore(main): release 0.7.1

chore(main): release 0.7.1 #10

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"