mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 09:26:22 +02:00
Remove release bundle step from release (#339)
This commit is contained in:
parent
a759a1771e
commit
ad5a1bbff4
1 changed files with 0 additions and 32 deletions
32
.github/workflows/release.yaml
vendored
32
.github/workflows/release.yaml
vendored
|
|
@ -71,35 +71,3 @@ jobs:
|
||||||
- name: Push containers
|
- name: Push containers
|
||||||
run: make push VERSION=${{ steps.version.outputs.VERSION }}
|
run: make push VERSION=${{ steps.version.outputs.VERSION }}
|
||||||
|
|
||||||
release-bundle:
|
|
||||||
|
|
||||||
name: Upload release bundle
|
|
||||||
runs-on: ubuntu-24.04
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
id-token: write
|
|
||||||
environment:
|
|
||||||
name: release
|
|
||||||
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install build dependencies
|
|
||||||
run: pip3 install jsonnet
|
|
||||||
|
|
||||||
- name: Get version
|
|
||||||
id: version
|
|
||||||
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- name: Create deploy bundle
|
|
||||||
run: templates/generate-all deploy.zip ${{ steps.version.outputs.VERSION }}
|
|
||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
|
||||||
with:
|
|
||||||
artifacts: deploy.zip
|
|
||||||
generateReleaseNotes: true
|
|
||||||
makeLatest: false
|
|
||||||
prerelease: true
|
|
||||||
skipIfReleaseExists: true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue