Skip to content

Commit

Permalink
Update version-index.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i5heu authored May 8, 2024
1 parent 39ad84c commit 1b68c6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/version-index.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Version Index

on:
push:
tags:
- '*'
release:
types: [published]

workflow_dispatch:

jobs:
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Send Another HTTP Request
uses: fjogeleit/http-request-action@v1.15.5
with:
url: "https://proxy.golang.org/github.com/i5heu/ouroboros-db/@v/v${{ steps.get_version.outputs.version }}.info"
url: "https://proxy.golang.org/github.com/i5heu/ouroboros-db/@v/${{ steps.get_version.outputs.version }}.info"

0 comments on commit 1b68c6b

Please sign in to comment.