mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-17 08:24:14 +02:00
Add release action (#152)
This commit is contained in:
parent
d8011561b8
commit
9f0fad7c5b
17
.github/workflows/release.yml
vendored
Normal file
17
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Release to Hackage
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
HACKAGE_API_KEY: ${{ secrets.HACKAGE_API_KEY }}
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: freckle/stack-upload-action@main
|
||||||
|
with:
|
||||||
|
pvp-bounds: both
|
||||||
Loading…
Reference in New Issue
Block a user