We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3177b59 commit e14be30Copy full SHA for e14be30
.github/workflows/snapshot.yml
@@ -24,9 +24,7 @@ jobs:
24
run: |
25
./gradlew publishReleasePublicationToMavenRepository -DLIBRARY_VERSION=${{ github.event.inputs.snapshot-version }}-SNAPSHOT
26
plugin:
27
- runs-on: [ self-hosted-org, linux ]
28
- container:
29
- image: docker://docker.tuenti.io/android/novum_android:13
+ runs-on: [ ubuntu-latest ]
30
steps:
31
- name: Checkout repo
32
uses: actions/checkout@v4
0 commit comments