mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-29 20:30:26 +01:00
Add tag Job to CI
This commit is contained in:
parent
a57718e9b8
commit
e71027270f
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user