mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-21 12:34:32 +02:00
turns out github releases require a tag, now it runs automatically for all tagged commits
This commit is contained in:
parent
3c45c1c959
commit
c3d232ea36
4
.github/workflows/slsa-goreleaser.yml
vendored
4
.github/workflows/slsa-goreleaser.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: SLSA go releaser
|
name: SLSA go releaser
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- "*"
|
||||||
|
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
||||||
@ -45,6 +48,7 @@ jobs:
|
|||||||
name: ${{ needs.build.outputs.go-binary-name }}.intoto.jsonl
|
name: ${{ needs.build.outputs.go-binary-name }}.intoto.jsonl
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
|
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
${{ needs.build.outputs.go-binary-name }}
|
${{ needs.build.outputs.go-binary-name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user