We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a868b commit 8f5159fCopy full SHA for 8f5159f
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ jobs:
7
publish:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
11
with:
12
fetch-depth: 0
13
- name: Set up Java for publishing to Maven Central Repository
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.ezylang</groupId>
<artifactId>EvalEx</artifactId>
- <version>3.0.3</version>
+ <version>3.0.4-SNAPSHOT</version>
<name>EvalEx</name>
0 commit comments