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