We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5979f0 commit 478100dCopy full SHA for 478100d
.github/workflows/maven.yml
@@ -12,18 +12,8 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Print all env variables
16
- run: printenv
17
- 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
+ run: sed -i "s/UNOFFICIAL/$GITHUB_RUN_NUMBER/g" pom.xml
27
- name: Set up JDK 1.8
28
uses: actions/setup-java@v1
29
with:
0 commit comments