Skip to content

feat: add files to changelog via github actions #2

feat: add files to changelog via github actions

feat: add files to changelog via github actions #2

Workflow file for this run

name: "tagged-release"
on:
push:
tags:
- "v*"
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
- uses: dorianneto/url-shortener/.github/workflows/go.yml@main
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
LICENSE.txt
*-darwin
*-linux
*.exe