mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
Trying to fix release
This commit is contained in:
parent
5b5844cecd
commit
47ad1825ed
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -6,6 +6,8 @@ on:
|
|||
push:
|
||||
# branches:
|
||||
# - release/v0.12
|
||||
tags:
|
||||
- 0.12.*
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -17,6 +19,8 @@ jobs:
|
|||
|
||||
name: Build everything
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
environment:
|
||||
name: release
|
||||
|
||||
|
|
@ -66,7 +70,7 @@ jobs:
|
|||
makeLatest: false
|
||||
prerelease: true
|
||||
skipIfReleaseExists: true
|
||||
tag: ${{ steps.version.outputs.VERSION }}
|
||||
tag: ${{ github.ref }}
|
||||
|
||||
- name: Extract metadata for container
|
||||
id: meta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue