Skip to content

Commit b379f61

Browse files
authored
Replace UNOFFICIAL with build num
1 parent 252d6e3 commit b379f61

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/maven.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 1.8
19+
- uses: actions/checkout@master
20+
- name: Find and Replace
21+
uses: jacobtomlinson/[email protected]
22+
with:
23+
find: 'UNOFFICIAL'
24+
replace: $GITHUB_RUN_NUMBER
25+
include: 'pom.xml'
1926
- name: Build with Maven
2027
run: mvn -B package
2128
- name: Create a Release

0 commit comments

Comments
 (0)