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 f709c7a commit ca5ad66Copy full SHA for ca5ad66
.github/workflows/release.yml
@@ -32,14 +32,14 @@ jobs:
32
with:
33
fetch-depth: 0
34
- name: Batch changes
35
- uses: miniscruff/changie-action@7d8e4c245da691d57ca34019a0504321fa7b7e07 # v1.0.0
+ uses: miniscruff/changie-action@b6d52c80deb236a5b548f8774cd5a18b87da9e9a # v1.0.1
36
37
version: latest
38
args: batch ${{ needs.changelog-version.outputs.version }}
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- name: Merge changes
42
43
44
45
args: merge
0 commit comments