Skip to content

Version Index

Version Index #9

Workflow file for this run

name: Version Index
on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
go-get:
name: Install Go Package with Released Version
runs-on: ubuntu-latest
steps:
- name: Get Version
uses: battila7/[email protected]
- name: Fetch Go Package Info
uses: fjogeleit/[email protected]
with:
url: "https://proxy.golang.org/github.com/i5heu/ouroborosdb/@latest"
- name: Send Another HTTP Request
uses: fjogeleit/[email protected]
with:
url: "https://proxy.golang.org/github.com/i5heu/ouroboros-db/@v/v{{ steps.get-version.outputs.version }}.info"