Skip to content

Commit

Permalink
ci: pass release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Nov 2, 2023
1 parent f7e09dc commit d1b2aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: "Run release script"
# We defined everything as a script such that we can also run it manually/locally
# Release contains building the artifacts, creating GitHub release, and publishing docker image
run: ./release.sh
run: ./release.sh ${{ github.event.inputs.message }}

0 comments on commit d1b2aee

Please sign in to comment.