Skip to content

Commit 842760b

Browse files
author
Bastian Schwarz
committed
Run new workflow on published release
1 parent 51c0934 commit 842760b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Update Release Versions
2+
3+
on:
4+
release:
5+
types:
6+
- published
7+
8+
jobs:
9+
update_release_versions:
10+
uses: codenamephp/workflows.common/.github/workflows/updateReleaseVersions.yml@main
11+
with:
12+
version: ${{ github.event.release.tag_name }}
13+
release_ref: ${{ github.event.release.target_commitish }}

0 commit comments

Comments
 (0)