Skip to content

Commit 2d084df

Browse files
authored
direct clone of sbt-ci-release system
1 parent 71adbfb commit 2d084df

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/deploy.yml renamed to .github/workflows/sbt-ci-release.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@ on:
77

88
jobs:
99
release:
10-
11-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1211
steps:
13-
- name: checkout
14-
uses: actions/checkout@master
15-
- name: prep-environment
16-
uses: olafurpg/setup-scala@v10
17-
- name: continous integration
18-
run : |
19-
sbt test
12+
- uses: actions/checkout@v2.3.4
13+
with:
14+
fetch-depth: 0
2015
- uses: olafurpg/setup-scala@v13
2116
- run: sbt ci-release
2217
env:

0 commit comments

Comments
 (0)