Skip to content

Commit

Permalink
Fix workflow to fetch tags & ignore keyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zod committed Aug 4, 2022
1 parent 70a454e commit 5fa6653
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v2

with:
fetch-depth: '0'
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
environment: BRouter
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/.idea/assetWizardSettings.xml
.DS_Store
/build
/brouter.jks
/captures
.externalNativeBuild
.cxx
Expand Down

0 comments on commit 5fa6653

Please sign in to comment.