Skip to content

Commit b3e6b1d

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 215059e commit b3e6b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323

2424
- name: Create Tag
2525
id: create_tag
26-
uses: jaywcjlove/create-tag-action@v1.2.0
26+
uses: jaywcjlove/create-tag-action@v1.2.1
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
package-path: ./package.json
3030

3131
- name: Generate Changelog
3232
id: changelog
33-
uses: jaywcjlove/changelog-generator@v1.4.2
33+
uses: jaywcjlove/changelog-generator@v1.4.3
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN }}
3636
head-ref: ${{steps.create_tag.outputs.version}}

0 commit comments

Comments
 (0)