Starting pipeline
Some checks failed
On-Site VTT - Develop / build (push) Failing after 3m44s

This commit is contained in:
Alexander
2023-12-10 22:31:14 +01:00
parent 72558ca3b7
commit 8c28884fcb
2 changed files with 18 additions and 6 deletions

View File

@@ -9,13 +9,17 @@ on:
jobs:
build:
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
- name: Replace version in module.json
uses: jacobtomlinson/gha-find-replace@v3
with:
@@ -31,6 +35,8 @@ jobs:
- name: Pack and release
uses: https://gitea.com/actions/release-action@main
with:
title: dev-${{ steps.date.outputs.date }}-${{ github.run_number }}
pre_release: true
api_key: "${{secrets.RELEASE_TOKEN}}"
files: |-
on-site-vtt/**
api_key: "${{secrets.RELEASE_TOKEN}}"