We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5ddc8 commit e1aef05Copy full SHA for e1aef05
.github/workflows/flink-sql-runner.yaml
@@ -30,7 +30,7 @@ jobs:
30
working-directory: .
31
- name: Rename version
32
run: |
33
- mv -f target/flink-sql-runner-*.jar target/flink-sql-runner-${{ steps.tagName.outputs.tag }}.jar
+ mv target/flink-sql-runner-*.jar target/flink-sql-runner-${{ steps.tagName.outputs.tag }}.jar
34
- name: Release
35
uses: softprops/action-gh-release@v2
36
with:
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.ecraft</groupId>
6
<artifactId>flink-sql-runner</artifactId>
7
- <version>0.0.2</version>
+ <version>0.0.0</version>
8
<name>Flink SQL Runner</name>
9
10
<properties>
0 commit comments