Skip to content

Commit c502d10

Browse files
committed
Merge remote-tracking branch 'origin/main' into APL-974
2 parents ea5faa3 + 03a127d commit c502d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sed -n '/### \[[0-9]*/q;p' CHANGELOG.md > NEW_CHANGELOG.md
7171
- if: (startsWith(github.ref, 'refs/heads/releases/') || startsWith(github.ref, 'refs/heads/main'))&& startsWith(github.event.head_commit.message, 'chore(release)')
7272
name: Create GitHub release
73-
uses: ncipollo/release-action@v1.16.0
73+
uses: ncipollo/release-action@v1.18.0
7474
env:
7575
token: ${{ secrets.GITHUB_TOKEN }}
7676
with:

0 commit comments

Comments
 (0)