Skip to content

Commit bd5de1f

Browse files
committed
config(CI/CD): update workflows github for push flutter
1 parent a6290e7 commit bd5de1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: flutter test
1717
- run: flutter build apk --debug --split-per-abi
1818
- name: Create a Release APK
19-
uses: lambiengcode/release-action@v1
19+
uses: ncipollo/release-action@v1
2020
with:
2121
artifacts: "build/app/outputs/apk/debug/*.apk"
2222
token: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)