Skip to content

Commit

Permalink
Lets test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanos Papadakis committed Apr 18, 2022
1 parent 2d142a2 commit 289ff0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
name: "production release"
name: "Create release"
on:
push:
tags:
Expand All @@ -19,7 +18,7 @@ jobs:
uses: actions/checkout@v2
- name: Produce release body
id: git_log
uses: stefpap/release-changelog-action@dc65cb9d76385c8185b3ea9c8e723f117cd5d44b
uses: stefpap/release-changelog-action@219fa392fd7f9943e4ab40d6d3115c307dbf226b
with:
tag_regex: "v[0-9]+.[0-9]+.[0-9]+"
version_bump: ${{ github.event.inputs.version_bump }}
Expand Down

0 comments on commit 289ff0b

Please sign in to comment.