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 dc41ace commit dbd5a7fCopy full SHA for dbd5a7f
.github/workflows/ant.yml
@@ -5,6 +5,7 @@ on: [push]
5
jobs:
6
job-set-version-release:
7
name: Sets version and creates release
8
+ runs-on: ubuntu-latest
9
steps:
10
- name: Set Version
11
run: echo ::set-env name=VERSION::$((GITHUB_RUN_NUMBER + 5624))
@@ -21,6 +22,7 @@ jobs:
21
22
job-debian-build:
23
name: Debian Build
24
runs-on: ubuntu-18.04
25
+ needs: job-set-version-release
26
27
- uses: actions/checkout@v2
28
- name: Set up JDK 1.8
0 commit comments