Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 4dc4553

Browse files
authored
Update gradle.yml
1 parent 59333d3 commit 4dc4553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- name: get current version
1616
id: version
17-
run: echo ::set-output name=version::$(curl -s https://raw.githubusercontent.com/yanndroid/OneUI-Design-Library/master/gradle.properties | grep -Po '(?<=VERSION_NAME=).*')
17+
run: echo ::set-output name=version::$(curl -s https://raw.githubusercontent.com/oneuiproject/OneUI-Design-Library/master/gradle.properties | grep -Po '(?<=VERSION_NAME=).*')
1818
- name: get previous version tags
1919
id: tags
20-
run: 'echo ::set-output name=tags::$(curl -s https://api.github.com/repos/yanndroid/oneui-design-library/tags | grep -Po ''(?<="name": ").*(?=")'')'
20+
run: 'echo ::set-output name=tags::$(curl -s https://api.github.com/repos/oneuiproject/oneui-design-library/tags | grep -Po ''(?<="name": ").*(?=")'')'
2121

2222
publish:
2323
name: build and publish

0 commit comments

Comments
 (0)