Skip to content

Commit

Permalink
Create release-golang.yaml (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Jan 13, 2024
1 parent b23061b commit b9d9c8c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-golang.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Release-Golang
on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
release-golang:
name: Release Golang
uses: stuttgart-things/stuttgart-things/.github/workflows/release-golang.yaml@main
with:
module-name: machineShop
environment-name: k8s
runs-on: arc-runner-scale-set-machineShop
goreleaser-version: v1.23.0
golang-version: "1.21.5"
secrets: inherit

0 comments on commit b9d9c8c

Please sign in to comment.