Skip to content

Commit

Permalink
Fix wrapper-validation-action version
Browse files Browse the repository at this point in the history
This commit changes `wrapper-validation-action` to v1.

Add workflow dispatch for a one time manual release
  • Loading branch information
rsaestrela committed Nov 24, 2021
1 parent 42903e1 commit 9bf46aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: build-release
on:
push:
paths:
- gradle.properties
workflow_dispatch:
jobs:
deploy:
if: github.ref == 'refs/heads/master'
Expand All @@ -22,7 +20,7 @@ jobs:
- id: print-version
run: echo "Releasing $CURRENT_VERSION"
- id: validate-wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v1
- id: build
env:
CHECKOUT_SECRET_KEY: ${{ secrets.IT_CHECKOUT_SECRET_KEY }}
Expand Down

0 comments on commit 9bf46aa

Please sign in to comment.