We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508eea1 commit ec5316fCopy full SHA for ec5316f
.github/workflows/release.yaml
@@ -41,11 +41,11 @@ 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
50
- name: Login to GitHub Container Registry
51
uses: docker/login-action@v3
0 commit comments