Skip to content

Commit f3d1bcf

Browse files
authored
feat(skip): Skip warnings by default and add overwrite command (#174)
2 parents af67ef5 + 56bad8f commit f3d1bcf

File tree

8 files changed

+407
-323
lines changed

8 files changed

+407
-323
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: echo ::set-output name=git_tag::${GITHUB_REF/refs\/tags\//}
8888
- name: Create Release
8989
id: create_release
90-
uses: ncipollo/release-action@v1.16.0
90+
uses: ncipollo/release-action@v1.18.0
9191
with:
9292
bodyFile: ./CHANGELOG.md
9393
prerelease: ${{ startsWith(steps.get_tag.outputs.git_tag, 'nightly') }}

0 commit comments

Comments
 (0)