Skip to content

Commit

Permalink
ci: use version tag for commitlint-action and add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdmlln committed Dec 11, 2023
1 parent 54458d1 commit 8c0f90a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

name: CI

on:
pull_request:

jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: remindgmbh/commitlint-action@main
- uses: remindgmbh/commitlint-action@v1.0.0
14 changes: 14 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release

on:
push:
branches:
- "main"

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: remindgmbh/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8c0f90a

Please sign in to comment.