We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508eea1 commit 3f2b825Copy full SHA for 3f2b825
.github/workflows/release.yaml
@@ -41,11 +41,12 @@ jobs:
41
if: steps.semrel.outputs.version != ''
42
with:
43
message: "chore(release): ${{ steps.semrel.outputs.version }} [skip ci]"
44
- default_author: github_actions
45
add: |
46
api/pyproject.toml
47
ember/package.json
48
charts/outdated/Chart.yaml
+ github_token: ${{ secrets.ADFINISBOT_PAT }}
49
+ default_author: user_info
50
51
- name: Login to GitHub Container Registry
52
uses: docker/login-action@v3
0 commit comments