mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 09:41:03 +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:
|
push:
|
||||||
# branches:
|
# branches:
|
||||||
# - release/v0.12
|
# - release/v0.12
|
||||||
|
tags:
|
||||||
|
- 0.12.*
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
@ -17,6 +19,8 @@ jobs:
|
||||||
|
|
||||||
name: Build everything
|
name: Build everything
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
environment:
|
environment:
|
||||||
name: release
|
name: release
|
||||||
|
|
||||||
|
|
@ -66,7 +70,7 @@ jobs:
|
||||||
makeLatest: false
|
makeLatest: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
skipIfReleaseExists: true
|
skipIfReleaseExists: true
|
||||||
tag: ${{ steps.version.outputs.VERSION }}
|
tag: ${{ github.ref }}
|
||||||
|
|
||||||
- name: Extract metadata for container
|
- name: Extract metadata for container
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue