Skip to content

Commit be800ef

Browse files
author
Kevin Jump
committed
update tag.
1 parent afc4338 commit be800ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ui-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
on:
1313
push:
1414
tags:
15-
- "uiexamples/*"
15+
- "release/*"
1616

1717
jobs:
1818
build:
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Get Version
2323
id: get_version
24-
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/uiexamples\//}
24+
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/release\//}
2525
shell: bash
2626

2727
- name: checkout

0 commit comments

Comments
 (0)