Skip to content

Commit

Permalink
chore: Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hdescottes committed Jun 27, 2024
1 parent 903d090 commit 684f5db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Create Release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'

- "[0-9]+.[0-9]+.[0-9]+"
jobs:
build:
name: Create Release
Expand All @@ -16,10 +15,10 @@ jobs:
id: create_release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: v${{ github.ref }}
body: |
Changes in this Release
- First Change
Expand Down

0 comments on commit 684f5db

Please sign in to comment.