Skip to content

Commit dc6694b

Browse files
Create release-tag.yaml
1 parent b2561c5 commit dc6694b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/release-tag.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Tag Release
2+
3+
on:
4+
release:
5+
6+
jobs:
7+
update-tag:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Run latest-tag
12+
uses: EndBug/latest-tag@latest
13+
with:
14+
ref: prod
15+
description: Latest release to prod

0 commit comments

Comments
 (0)