Skip to content

125.dockter.1 (#132) #14

125.dockter.1 (#132)

125.dockter.1 (#132) #14

Workflow file for this run

name: make go tag
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
permissions:
contents: write
jobs:
make-go-tag:
name: make a vM.m.P tag
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: make go version tag
uses: senzing-factory/github-action-make-go-tag@v1