Skip to content

Merge pull request #2 from CestusIO/update #2

Merge pull request #2 from CestusIO/update

Merge pull request #2 from CestusIO/update #2

Workflow file for this run

# Code generated by fabricator-generate-project-go
#
# Modifications in code regions will be lost during regeneration!
# region CODE_REGION(CI)
name: ci-build_tag
on:
push:
tags:
- "*"
permissions:
contents: read
pull-requests: write
jobs:
build-go:
name: Build
uses: CestusIO/actions/.github/workflows/golang-tag.yml@main
with:
actions-ref: main
#can be forced
#go-version: "~1.20"
secrets:
token: ${{ secrets.CI_TOKEN }}
# endregion