Skip to content

Commit 280abb4

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/types/lodash-4.17.16
2 parents f183649 + 54b2960 commit 280abb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
#Cut the CHANGELOG.md file up to the first occurence of the "### \[[0-9]*" (meaning three #, a space,a square bracket and any number after it)
106106
sed -n '/### \[[0-9]*/q;p' CHANGELOG.md > NEW_CHANGELOG.md
107107
- name: Create GitHub release
108-
uses: ncipollo/release-action@v1.15.0
108+
uses: ncipollo/release-action@v1.16.0
109109
env:
110110
token: ${{ secrets.GITHUB_TOKEN }}
111111
with:

0 commit comments

Comments
 (0)