Skip to content

Commit

Permalink
fix: Github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Senaud committed Mar 2, 2023
1 parent 75a97e8 commit 17b5c57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release

on: push
on:
push:
tags:
- "v*.*.*"

jobs:
build:
Expand All @@ -10,4 +13,3 @@ jobs:
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit 17b5c57

Please sign in to comment.