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

chore: update mock fixtures to the newest version of arc schema #15

chore: update mock fixtures to the newest version of arc schema

chore: update mock fixtures to the newest version of arc schema #15

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"