Add tag Job to CI

This commit is contained in:
patrick brisbin 2021-05-10 14:30:11 -04:00
parent a57718e9b8
commit e71027270f

View File

@ -30,3 +30,15 @@ jobs:
stack-yaml: ${{ matrix.stack-yaml }}
stack-arguments: --flag yesod-auth-oauth2:example
weeder: false
tag:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
needs: [test]
steps:
- uses: actions/checkout@v2
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: freckle/haskell-tag@v1