Skip to content

Commit

Permalink
actually add tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Nov 4, 2023
1 parent 5ebd077 commit 773a06f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: Send message to release prerpping
on:
push:
tags:
v*
"v3.*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: olegtarasov/[email protected]
id: tagName
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
Expand Down

0 comments on commit 773a06f

Please sign in to comment.