Skip to content

Commit

Permalink
chore: update github worflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane committed Jul 24, 2023
1 parent 66181ec commit 4376333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Create Release

on:
push:
branches:
- "main"
tags:
- v[0-9]+.[0-9]+.[0-9]+

jobs:
build:
Expand Down Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: develop
branch: main
commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]"
file_pattern: CHANGELOG.md

0 comments on commit 4376333

Please sign in to comment.