Skip to content

Commit 478100d

Browse files
authored
It works???
1 parent d5979f0 commit 478100d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Print all env variables
16-
run: printenv
1715
- name: Replace version
18-
run: sed "s/UNOFFICIAL/$GITHUB_RUN_NUMBER/g" pom.xml
19-
#- name: Find and Replace
20-
# uses: jacobtomlinson/[email protected]
21-
# with:
22-
# find: 'UNOFFICIAL'
23-
# replace: "$GITHUB_RUN_NUMBER"
24-
# include: 'pom.xml'
25-
- name: Debug
26-
run: cat pom.xml
16+
run: sed -i "s/UNOFFICIAL/$GITHUB_RUN_NUMBER/g" pom.xml
2717
- name: Set up JDK 1.8
2818
uses: actions/setup-java@v1
2919
with:

0 commit comments

Comments
 (0)