Skip to content

Commit

Permalink
refactor(actions): update client generator action
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Jan 2, 2024
1 parent 2934935 commit 09ae710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
tagging_message: ${{ github.event.inputs.clientTag }}
- uses: ncipollo/release-action@v1
with:
artifacts: target/robot-fabric8-client*.jar"
artifacts: target/external-fabric8-models*.jar"
tag: ${{ github.event.inputs.clientTag }}
name: ${{ github.event.inputs.clientTag }}
prerelease: "${{ github.event.inputs.isPrerelease }}"
Expand Down

0 comments on commit 09ae710

Please sign in to comment.