mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-25 14:18:37 +00:00
Cleaned and refreshed node modules with npm
Added a check for a debug flag so that we can checkout and run actions during release
This commit is contained in:
@@ -14,6 +14,11 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: npm run test
|
||||
|
||||
- name: Verify Checkout
|
||||
uses: ./
|
||||
env:
|
||||
DEBUG_ACTION: true
|
||||
|
||||
- name: Update v1 Tag
|
||||
uses: hole19/git-tag-action@master
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user