Skip to content

v0.0.11

v0.0.11 #14

Workflow file for this run

name: Version Index
on:
release:
types: [published]
workflow_dispatch:
jobs:
go-get:
name: Install Go Package with Released Version
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Get Version
id: get_version
uses: battila7/[email protected]
- name: Fetch Go Package Info
uses: fjogeleit/[email protected]
with:
url: "https://proxy.golang.org/github.com/i5heu/ouroboros-db/@latest"
- name: Send Another HTTP Request
uses: fjogeleit/[email protected]
with:
url: "https://proxy.golang.org/github.com/i5heu/ouroboros-db/@v/${{ steps.get_version.outputs.version }}.info"