Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarskog committed Jun 6, 2024
1 parent 0cc47c3 commit 6659500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flink-sql-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
distribution: 'temurin'
- name: Build with Maven
run: |
ls -l .
mvn versions:set -DnewVersion=${{ steps.tagName.outputs.tag }} versions:commit clean package
working-directory: .
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
target/flink-sql-runner-${{ steps.tagName.outputs.tag }}.jar
Expand Down

0 comments on commit 6659500

Please sign in to comment.