Skip to content

Merge branch 'main' of github.com:mkloubert/go-package-manager #16

Merge branch 'main' of github.com:mkloubert/go-package-manager

Merge branch 'main' of github.com:mkloubert/go-package-manager #16

Workflow file for this run

name: Release by tag
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GH_PAT }}