Skip to content

Commit 67d8b5c

Browse files
authored
Create version.yml
1 parent 4feecf2 commit 67d8b5c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/version.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Version
2+
3+
on:
4+
workflow_dispatch:
5+
branches:
6+
- master
7+
8+
jobs:
9+
publish:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: olafurpg/setup-scala@v2
14+
- name: Show Version
15+
run: sbt version

0 commit comments

Comments
 (0)