Skip to content

Commit

Permalink
Get version from artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <[email protected]>
  • Loading branch information
GumpacG committed Sep 4, 2024
1 parent 3308d55 commit c726f90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
steps:
- name: set release version
id: release-version
run: mkdir valkey-1.0.2-rc1
run: |
mkdir valkey-1.0.2-rc1
ls
- name: Upload artifacts to publish
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c726f90

Please sign in to comment.