Skip to content

Commit

Permalink
fix(workflow): 馃悰 fixed issue in release workflow push-pom job (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Nov 1, 2023
1 parent 61dfd04 commit 280077f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ jobs:
with:
name: version-files-${{ github.run_id }}

- name: Download Version files
- name: Download Version pom files
uses: actions/download-artifact@v3
with:
name: version-pom-files-${{ github.run_id }}
path: ${{ github.workspace }}/core-java/pom.xml
path: ${{ github.workspace }}/core-java

- name: Update new version in README and Usage
uses: jacobtomlinson/gha-find-replace@v3
Expand Down

0 comments on commit 280077f

Please sign in to comment.