Skip to content

Instantly share code, notes, and snippets.

@twyle
Last active May 31, 2022 06:35
Show Gist options
  • Save twyle/57d3d65e352964c2677f0726e18e0bfc to your computer and use it in GitHub Desktop.
Save twyle/57d3d65e352964c2677f0726e18e0bfc to your computer and use it in GitHub Desktop.
name: Releases
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
artifacts: "release.tar.gz,foo/*.txt"
bodyFile: "CHANGELOG.md"
token: ${{ secrets.GITHUB_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment