Skip to content

Commit

Permalink
Replace release script
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Sep 4, 2021
1 parent 1a4c16b commit 624c6ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: release
name: Releases

on: push
on:
push:
tags:
- 'v*'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
body: Check CHANGELOG.md for details

0 comments on commit 624c6ca

Please sign in to comment.