Skip to content

Commit

Permalink
fix: release adjustments
Browse files Browse the repository at this point in the history
Test new release for automation.
  • Loading branch information
holomekc committed Apr 1, 2024
1 parent a23879d commit 9f05b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
shell: bash
run: |
gh release upload ${{ steps.semver.outputs.version }} ./build/libs/wiremock-standalone-${{ steps.vars.outputs.version }}.jar#wiremock-standalone-${{ steps.vars.outputs.version }}.jar
gh release upload ${{ steps.semver.outputs.version }} ./build/libs/wiremock-standalone-${{ steps.semver.outputs.version }}.jar#wiremock-standalone-${{ steps.semver.outputs.version }}.jar
# - name: Create Release
# id: create_release
Expand Down

0 comments on commit 9f05b37

Please sign in to comment.