Skip to content

Commit

Permalink
Remove replace all clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Miranlfk committed Jun 11, 2023
1 parent 8114507 commit af5c041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-mac-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}}
release: ${{ needs.get_release_version.outputs.version }}
tag: ${{ needs.get_release_version.outputs.version }}
replace: true
replace: false
files: >
ballerina-jre-macos-arm-64-${{ needs.get_release_version.outputs.version }}.zip
ballerina-jre-macos-arm-64-${{ needs.get_release_version.outputs.version }}.pem
Expand Down

0 comments on commit af5c041

Please sign in to comment.