Skip to content

Commit 14ef892

Browse files
authored
Use own releaser
to silence warning
1 parent 0283275 commit 14ef892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build Arduino Libs
1919
run: bash ./build.sh
2020
- name: Release
21-
uses: softprops/action-gh-release@v1
21+
uses: jason2866/action-gh-release@v1
2222
#if: startsWith(github.ref, 'refs/tags/')
2323
with:
2424
tag_name: ${{ github.run_number }}

0 commit comments

Comments
 (0)