Skip to content

chore(deps): bump the go_modules group across 1 directory with 3 upda… #33

chore(deps): bump the go_modules group across 1 directory with 3 upda…

chore(deps): bump the go_modules group across 1 directory with 3 upda… #33

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"