Skip to content

v2.2.0

v2.2.0 #97

Workflow file for this run

name: Release
on:
release:
types:
- published
defaults:
run:
working-directory: ./v2
jobs:
build-release:
runs-on: elisa-normal
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: elisa-actions/setup-go-and-mage@v1
with:
modFile: ./v2/go.mod
- name: publish package
run: GOPROXY=proxy.golang.org go list -m github.com/elisasre/go-common/v2@${{ github.event.release.tag_name }}