Skip to content

Commit

Permalink
Create release-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rudashi authored Aug 19, 2024
1 parent 5119e71 commit f0c53c9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Create Release

on:
push:
tags:
- 'v*'

jobs:
build:
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Create Release for Tag
uses: ncipollo/release-action@v1
with:
body: |
Please refer to [CHANGELOG.md](https://github.com/rudashi/fluent-regex/blob/master/CHANGELOG.md) for details.

0 comments on commit f0c53c9

Please sign in to comment.