Skip to content

Commit 1360717

Browse files
authored
jason2866/action-gh-release@v1.1
1 parent 9cca69e commit 1360717

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.1
2222
#if: startsWith(github.ref, 'refs/tags/')
2323
with:
2424
tag_name: ${{ github.run_number }}

0 commit comments

Comments
 (0)