Skip to content

Commit e085c8c

Browse files
committed
can't use run/uses at the same time
1 parent 24d6522 commit e085c8c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
with:
2222
gradle-version: 7.4
2323

24-
- uses: actions/checkout@v2
25-
name: Get Project version
24+
- name: Get Project version
2625
id: get_version
2726
run: echo ::set-output name=VERSION::$(gradle properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')
2827

.github/workflows/ci-snapshot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
with:
1919
gradle-version: 7.4
2020

21-
- uses: actions/checkout@v2
22-
name: Get Project version
21+
- name: Get Project version
2322
id: get_version
2423
run: echo ::set-output name=VERSION::$(gradle properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')
2524

0 commit comments

Comments
 (0)