We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db463e5 commit 5ce50dfCopy full SHA for 5ce50df
.github/workflows/publish-theme.yaml
@@ -98,7 +98,7 @@ jobs:
98
npm show $PACKAGE_NAME@$PACKAGE_VER # fails if the package is not available, succeeds if it is
99
100
- name: Commit the new theme version
101
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
102
with:
103
commit_message: 'chore: publish new version of @apify/docs-theme [skip ci]'
104
file_pattern: 'apify-docs-theme/package*.json'
0 commit comments