Skip to content

Commit 123c0b9

Browse files
committed
e fix yaml identation
1 parent 06515ee commit 123c0b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
java-version: 8
1818

1919
- name: Determine version from git tag
20-
id: version
21-
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
20+
id: version
21+
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
2222

2323
- name: set version
2424
run: mvn versions:set -DnewVersion=${{ steps.version.outputs.tag }}

0 commit comments

Comments
 (0)