Skip to content

Commit

Permalink
Update release workflow to commit authorino_image file
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole committed Oct 23, 2023
1 parent 2982694 commit e370b8f
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 @@ -55,7 +55,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git commit -m "Prepared release v${{ github.event.inputs.operatorVersion }}" -a
git add -A && git commit -m "Prepared release v${{ github.event.inputs.operatorVersion }}"
git push origin release-v${{ github.event.inputs.operatorVersion }}
- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit e370b8f

Please sign in to comment.