Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Jun 14, 2021
1 parent 0a35311 commit 7ad5cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

Expand Down Expand Up @@ -43,4 +44,4 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
body: "This is my release text"


0 comments on commit 7ad5cc8

Please sign in to comment.