Skip to content

Commit

Permalink
ci: add execute permission to update since-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bendavies99 authored Jun 2, 2023
1 parent add17e5 commit f71b0f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
node-version: 12.x
- name: Run Npm CI
run: npm ci
- name: Grant execute permission for update-since-tags
run: chmod +x ./scripts/update-since-tags.sh
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
- name: Build with Gradle
Expand Down

0 comments on commit f71b0f6

Please sign in to comment.