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 31d29fe commit 7b88dacCopy full SHA for 7b88dac
.github/workflows/release.yaml
@@ -221,11 +221,11 @@ jobs:
221
with:
222
command: run
223
args: '-- --help'
224
- - uses: stefanzweifel/git-auto-commit-action@v4.1.3
+ - uses: stefanzweifel/git-auto-commit-action@v4
225
226
commit_message: Bump cargo version
227
branch: ${{ github.head_ref }}
228
- file_pattern: Cargo.toml Cargo.lock
+ file_pattern: 'Cargo.*'
229
- name: Publish archives and packages
230
uses: softprops/action-gh-release@v1
231
0 commit comments