We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a67f0 commit f043f1fCopy full SHA for f043f1f
.github/workflows/release-build.yml
@@ -17,6 +17,8 @@ jobs:
17
java-version: '1.8'
18
- name: Checkout acra
19
uses: actions/checkout@v2
20
+ with:
21
+ ref: ${{ github.ref }}
22
- name: Publish
23
run: ./gradlew publish --no-daemon
24
env:
0 commit comments