Skip to content

Commit 9aa7d92

Browse files
authored
Use own Releaser with commit
1 parent 14ef892 commit 9aa7d92

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: jason2866/action-gh-release@v1
21+
uses: jason2866/action-gh-release@eba46b8db09be9b89612ac7d488ab9f08e821b79
2222
#if: startsWith(github.ref, 'refs/tags/')
2323
with:
2424
tag_name: ${{ github.run_number }}

0 commit comments

Comments
 (0)