mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
release workflow
This commit is contained in:
parent
050a7aed0f
commit
46db8cfce2
21
.github/workflows/image-deployment-release.yml
vendored
21
.github/workflows/image-deployment-release.yml
vendored
@ -7,6 +7,27 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
github-release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Compress into a Tarball
|
||||||
|
uses: a7ul/tar-action@v1.1.0
|
||||||
|
id: compress
|
||||||
|
with:
|
||||||
|
command: c
|
||||||
|
cwd: ../
|
||||||
|
files: |
|
||||||
|
.
|
||||||
|
outPath: release.tar.gz
|
||||||
|
- uses: ncipollo/release-action@v1
|
||||||
|
with:
|
||||||
|
artifacts: "release.tar.gz"
|
||||||
|
tag: 6.0.$CI_PIPELINE_ID
|
||||||
|
artifactErrorsFailBuild: true
|
||||||
|
|
||||||
workflow-release:
|
workflow-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user