Skip to content

Commit

Permalink
Re-add release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Oct 16, 2021
1 parent 22ed667 commit 6520148
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,17 @@
name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: ./bin/hermit env --raw >> $GITHUB_ENV
- run: goreleaser release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions bin/.goreleaser-0.182.1.pkg
1 change: 1 addition & 0 deletions bin/goreleaser

0 comments on commit 6520148

Please sign in to comment.